[arch-commits] Commit in acl/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Christian Hesse
eworm at archlinux.org
Tue Mar 16 10:00:53 UTC 2021
Date: Tuesday, March 16, 2021 @ 10:00:53
Author: eworm
Revision: 410040
archrelease: copy trunk to testing-x86_64
Added:
acl/repos/testing-x86_64/
acl/repos/testing-x86_64/PKGBUILD
(from rev 410039, acl/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: acl/repos/testing-x86_64/PKGBUILD (from rev 410039, acl/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-03-16 10:00:53 UTC (rev 410040)
@@ -0,0 +1,36 @@
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=acl
+pkgver=2.3.1
+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=('760c61c68901b37fdd5eefeeaf4c0c7a26bdfdd8ac747a1edff1ce0e243c11af'
+ 'SKIP')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure \
+ --libdir=/usr/lib \
+ --libexecdir=/usr/lib \
+ --prefix=/usr
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list