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

Christian Hesse eworm at archlinux.org
Thu May 7 06:38:33 UTC 2020


    Date: Thursday, May 7, 2020 @ 06:38:33
  Author: eworm
Revision: 382616

archrelease: copy trunk to testing-x86_64

Added:
  attr/repos/testing-x86_64/
  attr/repos/testing-x86_64/PKGBUILD
    (from rev 382615, attr/trunk/PKGBUILD)

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

Copied: attr/repos/testing-x86_64/PKGBUILD (from rev 382615, attr/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2020-05-07 06:38:33 UTC (rev 382616)
@@ -0,0 +1,37 @@
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=attr
+pkgver=2.4.48
+pkgrel=3
+pkgdesc='Extended attribute support library for ACL support'
+arch=('x86_64')
+url='https://savannah.nongnu.org/projects/attr'
+license=('LGPL')
+depends=('glibc')
+makedepends=('gettext')
+replaces=('xfsattr')
+provides=('xfsattr' 'libattr.so')
+conflicts=('xfsattr')
+backup=('etc/xattr.conf')
+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=('5ead72b358ec709ed00bbf7a9eaef1654baad937c001c044fe8b74c57f5324e7'
+            'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+    --libdir=/usr/lib \
+    --libexecdir=/usr/lib \
+    --prefix=/usr \
+    --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list