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

Dave Reisner dreisner at nymeria.archlinux.org
Wed Jan 23 00:32:26 UTC 2013


    Date: Wednesday, January 23, 2013 @ 01:32:25
  Author: dreisner
Revision: 175880

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

Added:
  acl/repos/testing-i686/
  acl/repos/testing-i686/PKGBUILD
    (from rev 175879, acl/trunk/PKGBUILD)
  acl/repos/testing-x86_64/
  acl/repos/testing-x86_64/PKGBUILD
    (from rev 175879, acl/trunk/PKGBUILD)

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

Copied: acl/repos/testing-i686/PKGBUILD (from rev 175879, acl/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-01-23 00:32:25 UTC (rev 175880)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=acl
+pkgver=2.2.51
+pkgrel=3
+pkgdesc="Access control list utilities, libraries and headers"
+arch=('i686' 'x86_64')
+url="http://savannah.nongnu.org/projects/acl"
+license=('LGPL')
+depends=('attr>=2.4.46')
+replaces=('xfsacl')
+provides=('xfsacl')
+conflicts=('xfsacl')
+options=('!libtool')
+source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.src.tar.gz"{,.sig})
+sha256sums=('06854521cf5d396801af7e54b9636680edf8064355e51c07657ec7442a185225'
+            '10893e2a044905acc88e2d98291e739b7b858b36c836ff66a3532909964067ce')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  export INSTALL_USER=root INSTALL_GROUP=root
+  ./configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DIST_ROOT="$pkgdir" install install-lib install-dev
+}

Copied: acl/repos/testing-x86_64/PKGBUILD (from rev 175879, acl/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-01-23 00:32:25 UTC (rev 175880)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=acl
+pkgver=2.2.51
+pkgrel=3
+pkgdesc="Access control list utilities, libraries and headers"
+arch=('i686' 'x86_64')
+url="http://savannah.nongnu.org/projects/acl"
+license=('LGPL')
+depends=('attr>=2.4.46')
+replaces=('xfsacl')
+provides=('xfsacl')
+conflicts=('xfsacl')
+options=('!libtool')
+source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.src.tar.gz"{,.sig})
+sha256sums=('06854521cf5d396801af7e54b9636680edf8064355e51c07657ec7442a185225'
+            '10893e2a044905acc88e2d98291e739b7b858b36c836ff66a3532909964067ce')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  export INSTALL_USER=root INSTALL_GROUP=root
+  ./configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DIST_ROOT="$pkgdir" install install-lib install-dev
+}




More information about the arch-commits mailing list