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

Christian Hesse eworm at archlinux.org
Thu Mar 11 20:07:57 UTC 2021


    Date: Thursday, March 11, 2021 @ 20:07:57
  Author: eworm
Revision: 409637

archrelease: copy trunk to testing-x86_64

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

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

Copied: acl/repos/testing-x86_64/PKGBUILD (from rev 409636, acl/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2021-03-11 20:07:57 UTC (rev 409637)
@@ -0,0 +1,35 @@
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=acl
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Access control list utilities, libraries and headers'
+arch=('x86_64')
+url='https://savannah.nongnu.org/projects/acl'
+license=('LGPL')
+depends=('attr' 'libattr.so')
+replaces=('xfsacl')
+provides=('xfsacl' 'libacl.so')
+conflicts=('xfsacl')
+validpgpkeys=('600CD204FBCEA418BD2CA74F154343260542DF34'  # Brandon Philips <brandon at ifup.co>
+              'B902B5271325F892AC251AD441633B9FE837F581'  # Frysinger <vapier at gentoo.org>
+              '259B3792B3D6D319212CC4DCD5BF9FEB0313653A') # Andreas Gruenbacher <andreas.gruenbacher at gmail.com>
+source=("https://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('bd38fdbbb03c79374af51467ebe5497cbc0335b82577f30c951a41a95b533009'
+            '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