Date: Sunday, February 12, 2023 @ 09:31:59
  Author: eworm
Revision: 468553

archrelease: copy trunk to testing-x86_64

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

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

Copied: acl/repos/testing-x86_64/PKGBUILD (from rev 468552, acl/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2023-02-12 09:31:59 UTC (rev 468553)
@@ -0,0 +1,36 @@
+# Maintainer: Thomas Bächler <[email protected]>
+
+pkgname=acl
+pkgver=2.3.1
+pkgrel=3
+pkgdesc='Access control list utilities, libraries and headers'
+arch=('x86_64')
+url='https://savannah.nongnu.org/projects/acl'
+license=('LGPL')
+makedepends=('attr')
+replaces=('xfsacl')
+provides=('xfsacl' 'libacl.so')
+conflicts=('xfsacl')
+validpgpkeys=('600CD204FBCEA418BD2CA74F154343260542DF34'  # Brandon Philips 
<[email protected]>
+              'B902B5271325F892AC251AD441633B9FE837F581'  # Frysinger 
<[email protected]>
+              '259B3792B3D6D319212CC4DCD5BF9FEB0313653A') # Andreas 
Gruenbacher <[email protected]>
+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
+}

Reply via email to