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

Christian Hesse eworm at gemini.archlinux.org
Tue Feb 1 15:51:04 UTC 2022


    Date: Tuesday, February 1, 2022 @ 15:51:04
  Author: eworm
Revision: 435678

archrelease: copy trunk to testing-x86_64

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

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

Copied: attr/repos/testing-x86_64/PKGBUILD (from rev 435677, attr/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2022-02-01 15:51:04 UTC (rev 435678)
@@ -0,0 +1,39 @@
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=attr
+pkgver=2.5.1
+pkgrel=2
+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')
+options=('debug')
+backup=('etc/xattr.conf')
+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.xz"{,.sig})
+sha256sums=('db448a626f9313a1a970d636767316a8da32aede70518b8050fa0de7947adc32'
+            '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