From a36c4a33891932acf2ac1cdebbb9caed01d7df6f Mon Sep 17 00:00:00 2001 From: root Date: Tue, 14 Aug 2012 00:02:20 +0000 Subject: Tue Aug 14 00:02:20 UTC 2012 --- testing/libcap-ng/PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 testing/libcap-ng/PKGBUILD (limited to 'testing/libcap-ng') diff --git a/testing/libcap-ng/PKGBUILD b/testing/libcap-ng/PKGBUILD new file mode 100644 index 000000000..e67e9ee4a --- /dev/null +++ b/testing/libcap-ng/PKGBUILD @@ -0,0 +1,30 @@ +# $Id: PKGBUILD 165202 2012-08-12 20:44:32Z ibiru $ +# Maintainer: Ionut Biru +# Contributor: Gerardo Exequiel Pozzi + +pkgname=libcap-ng +pkgver=0.7 +pkgrel=1 +pkgdesc="A library intended to make programming with POSIX capabilities much easier than the traditional libcap" +arch=('i686' 'x86_64') +url="http://people.redhat.com/sgrubb/libcap-ng/" +license=('GPL2' 'LGPL2.1') +depends=('glibc') +options=('!libtool') +source=(http://people.redhat.com/sgrubb/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('85c14a2442a3721383a1e2284e254846') + +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: -- cgit v1.2.3-54-g00ecf