[arch-commits] Commit in acl/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Allan McRae allan at archlinux.org
Tue Nov 12 09:00:33 UTC 2019


    Date: Tuesday, November 12, 2019 @ 09:00:33
  Author: allan
Revision: 367857

archrelease: copy trunk to testing-x86_64

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

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

Copied: acl/repos/testing-x86_64/PKGBUILD (from rev 367856, acl/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2019-11-12 09:00:33 UTC (rev 367857)
@@ -0,0 +1,34 @@
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=acl
+pkgver=2.2.53
+pkgrel=2
+pkgdesc='Access control list utilities, libraries and headers'
+arch=('x86_64')
+url='https://savannah.nongnu.org/projects/acl'
+license=('LGPL')
+depends=('attr')
+replaces=('xfsacl')
+provides=('xfsacl')
+conflicts=('xfsacl')
+validpgpkeys=('600CD204FBCEA418BD2CA74F154343260542DF34'  # Brandon Philips <brandon at ifup.co>
+              'B902B5271325F892AC251AD441633B9FE837F581') # Frysinger <vapier at gentoo.org>
+source=("https://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('06be9865c6f418d851ff4494e12406568353b891ffe1f596b34693c387af26c7'
+            'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+    --libdir=/usr/lib \
+    --libexecdir=/usr/lib \
+    --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list