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

Anatol Pomozov anatolik at archlinux.org
Mon Oct 5 14:00:51 UTC 2015


    Date: Monday, October 5, 2015 @ 16:00:51
  Author: anatolik
Revision: 248369

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

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

-------------------------+
 testing-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: libcap-ng/repos/testing-i686/PKGBUILD (from rev 248368, libcap-ng/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-10-05 14:00:51 UTC (rev 248369)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
+
+pkgname=libcap-ng
+pkgver=0.7.7
+pkgrel=1
+pkgdesc="A library making programming with POSIX capabilities easier than traditional libcap"
+arch=('i686' 'x86_64')
+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=('3d7d126b29e2869a0257c17c8b0d9b2e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-static=no --with-python=no
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make check
+}
+
+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 248368, libcap-ng/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-10-05 14:00:51 UTC (rev 248369)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
+
+pkgname=libcap-ng
+pkgver=0.7.7
+pkgrel=1
+pkgdesc="A library making programming with POSIX capabilities easier than traditional libcap"
+arch=('i686' 'x86_64')
+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=('3d7d126b29e2869a0257c17c8b0d9b2e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-static=no --with-python=no
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list