# Maintainer: Yuval Adam PGP-Key: 271386AA2EB7672F pkgname=libosmo-netif pkgver=0.3.0 pkgrel=1 pkgdesc="Osmocom library for muxed audio" arch=('any') url="http://openbsc.osmocom.org" license=(GPL) depends=('lksctp-tools' 'libosmocore' 'libosmo-abis') makedepends=('git') source=("git://git.osmocom.org/${pkgname}.git#tag=${pkgver}") sha256sums=("SKIP") build() { cd "${srcdir}/${pkgname}" autoreconf -i ./configure --prefix=/usr make } package() { cd "${srcdir}/${pkgname}" make DESTDIR=$pkgdir install } # vim:set ts=2 sw=2 et: