diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-02-02 00:11:09 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-02-02 00:11:09 +0200 |
| commit | 9286897ef701f459a18a8388b19d8b7ee2573937 (patch) | |
| tree | 6de21536be93ea9b9831f20743f68c046b3096d2 /aur | |
| parent | 62d449d1da6c5e650b2da6f3cc506d67ba9c74ce (diff) | |
| parent | eee1e5c13e42f0fa9dca7cef17beb18dcf3a60c6 (diff) | |
Add 'aur/libosmo-netif/' from commit 'eee1e5c13e42f0fa9dca7cef17beb18dcf3a60c6'
git-subtree-dir: aur/libosmo-netif
git-subtree-mainline: 62d449d1da6c5e650b2da6f3cc506d67ba9c74ce
git-subtree-split: eee1e5c13e42f0fa9dca7cef17beb18dcf3a60c6
Diffstat (limited to 'aur')
| -rw-r--r-- | aur/libosmo-netif/.SRCINFO | 15 | ||||
| -rw-r--r-- | aur/libosmo-netif/PKGBUILD | 27 |
2 files changed, 42 insertions, 0 deletions
diff --git a/aur/libosmo-netif/.SRCINFO b/aur/libosmo-netif/.SRCINFO new file mode 100644 index 0000000..8532626 --- /dev/null +++ b/aur/libosmo-netif/.SRCINFO @@ -0,0 +1,15 @@ +pkgbase = libosmo-netif + pkgdesc = Osmocom library for muxed audio + pkgver = 0.0.4 + pkgrel = 1 + url = http://openbsc.osmocom.org + arch = any + license = GPL + makedepends = git + depends = libosmocore + depends = libosmo-abis + source = git://git.osmocom.org/libosmo-netif.git#tag=0.0.4 + sha256sums = SKIP + +pkgname = libosmo-netif + diff --git a/aur/libosmo-netif/PKGBUILD b/aur/libosmo-netif/PKGBUILD new file mode 100644 index 0000000..1647d49 --- /dev/null +++ b/aur/libosmo-netif/PKGBUILD @@ -0,0 +1,27 @@ +# Maintainer: Yuval Adam <yuval at y3xz dot com> PGP-Key: 271386AA2EB7672F + +pkgname=libosmo-netif +pkgver=0.0.4 +pkgrel=1 +pkgdesc="Osmocom library for muxed audio" +arch=('any') +url="http://openbsc.osmocom.org" +license=(GPL) +depends=('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: |
