[arch-commits] Commit in acl/repos (4 files)
Thomas Bächler
thomas at nymeria.archlinux.org
Sun Oct 20 15:19:49 UTC 2013
Date: Sunday, October 20, 2013 @ 17:19:49
Author: thomas
Revision: 196870
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
acl/repos/testing-i686/
acl/repos/testing-i686/PKGBUILD
(from rev 196869, acl/trunk/PKGBUILD)
acl/repos/testing-x86_64/
acl/repos/testing-x86_64/PKGBUILD
(from rev 196869, acl/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 29 +++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 29 +++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
Copied: acl/repos/testing-i686/PKGBUILD (from rev 196869, acl/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2013-10-20 15:19:49 UTC (rev 196870)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=acl
+pkgver=2.2.52
+pkgrel=2
+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')
+source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.src.tar.gz"{,.sig})
+sha256sums=('179074bb0580c06c4b4137be4c5a92a701583277967acdb5546043c7874e0d23'
+ 'SKIP')
+
+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 196869, acl/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-20 15:19:49 UTC (rev 196870)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=acl
+pkgver=2.2.52
+pkgrel=2
+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')
+source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.src.tar.gz"{,.sig})
+sha256sums=('179074bb0580c06c4b4137be4c5a92a701583277967acdb5546043c7874e0d23'
+ 'SKIP')
+
+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