1 # Maintainer: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
6 pkgdesc="A library intended to make programming with POSIX capabilities much easier than the traditional libcap"
8 url="http://people.redhat.com/sgrubb/libcap-ng/"
9 license=('GPL2' 'LGPL2.1')
13 source=(http://people.redhat.com/sgrubb/$pkgname/$pkgname-$pkgver.tar.gz)
14 md5sums=('eb71f967cecb44b4342baac98ef8cb0f')
17 cd $srcdir/$pkgname-$pkgver
19 ./configure --prefix=/usr --enable-static=no
24 cd $srcdir/$pkgname-$pkgver
26 make DESTDIR=$pkgdir install
29 # vim:set ts=2 sw=2 et: