[arch-commits] Commit in libcap-ng/repos (4 files)

Ionut Biru ibiru at archlinux.org
Sun Aug 12 20:44:32 UTC 2012


    Date: Sunday, August 12, 2012 @ 16:44:32
  Author: ibiru
Revision: 165202

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libcap-ng/repos/testing-i686/
  libcap-ng/repos/testing-i686/PKGBUILD
    (from rev 165201, libcap-ng/trunk/PKGBUILD)
  libcap-ng/repos/testing-x86_64/
  libcap-ng/repos/testing-x86_64/PKGBUILD
    (from rev 165201, libcap-ng/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: libcap-ng/repos/testing-i686/PKGBUILD (from rev 165201, libcap-ng/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-08-12 20:44:32 UTC (rev 165202)
@@ -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.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:

Copied: libcap-ng/repos/testing-x86_64/PKGBUILD (from rev 165201, libcap-ng/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-08-12 20:44:32 UTC (rev 165202)
@@ -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.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:




More information about the arch-commits mailing list