Date: Saturday, October 1, 2011 @ 14:59:34
  Author: ibiru
Revision: 139366

db-move: moved libcap-ng from [testing] to [extra] (i686)

Added:
  libcap-ng/repos/extra-i686/
  libcap-ng/repos/extra-i686/PKGBUILD
    (from rev 139207, libcap-ng/repos/testing-i686/PKGBUILD)
Deleted:
  libcap-ng/repos/testing-i686/

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: libcap-ng/repos/extra-i686/PKGBUILD (from rev 139207, 
libcap-ng/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2011-10-01 18:59:34 UTC (rev 139366)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ib...@archlinux.org>
+# Contributor: Gerardo Exequiel Pozzi <vmlinuz...@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:

Reply via email to