# $Id: PKGBUILD 198133 2013-10-30 12:59:19Z allan $ # Maintainer: Ionut Biru # Contributor: Gerardo Exequiel Pozzi pkgname=libcap-ng pkgver=0.7.3 pkgrel=1 pkgdesc="A library making programming with POSIX capabilities easier than traditional libcap" arch=('i686' 'x86_64' 'mips64el') url="http://people.redhat.com/sgrubb/libcap-ng/" license=('GPL2' 'LGPL2.1') depends=('glibc') source=(http://people.redhat.com/sgrubb/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('610afb774f80a8032b711281df126283') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --enable-static=no --with-python=no make } package() { cd $pkgname-$pkgver make DESTDIR=$pkgdir install } # vim:set ts=2 sw=2 et: