[arch-commits] Commit in libcap-ng/repos (3 files)
Ionut Biru
ibiru at archlinux.org
Wed Sep 28 19:32:09 UTC 2011
Date: Wednesday, September 28, 2011 @ 15:32:09
Author: ibiru
Revision: 138988
db-move: moved libcap-ng from [gnome-unstable] to [testing] (x86_64)
Added:
libcap-ng/repos/testing-x86_64/
libcap-ng/repos/testing-x86_64/PKGBUILD
(from rev 138832, libcap-ng/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
libcap-ng/repos/gnome-unstable-x86_64/
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: libcap-ng/repos/testing-x86_64/PKGBUILD (from rev 138832, libcap-ng/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-09-28 19:32:09 UTC (rev 138988)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
+
+pkgname=libcap-ng
+pkgver=0.6.6
+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=('eb71f967cecb44b4342baac98ef8cb0f')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+
+ ./configure --prefix=/usr --enable-static=no --with-python=no
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+
+ make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list