# Maintainer: Vadim Yanitskiy # Contributor: Josef Miegl # Contributor: Yuval Adam PGP-Key: 271386AA2EB7672F pkgname=libosmo-abis pkgver=1.5.2 pkgrel=1 pkgdesc="Osmocom library for A-bis interface" arch=('any') url="https://osmocom.org/projects/libosmo-abis" license=(GPL) depends=('libosmocore' 'ortp') # TODO: libosmocore>=1.9.0 provides=("libosmoabis.so=13-64" "libosmotrau.so=2-64") conflicts=("${pkgname}-git") source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2") sha256sums=('ab6a19803ad3f9783080dc6a94580ee240456d0397bc3ddaa7913ed471f58f4e') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure \ --prefix=/usr \ --disable-dahdi make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR=$pkgdir install } # vim:set ts=2 sw=2 et: