[arch-commits] Commit in attr/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Allan McRae
allan at archlinux.org
Tue Nov 12 10:23:59 UTC 2019
Date: Tuesday, November 12, 2019 @ 10:23:59
Author: allan
Revision: 367862
archrelease: copy trunk to testing-x86_64
Added:
attr/repos/testing-x86_64/
attr/repos/testing-x86_64/PKGBUILD
(from rev 367861, attr/trunk/PKGBUILD)
----------+
PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
Copied: attr/repos/testing-x86_64/PKGBUILD (from rev 367861, attr/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-11-12 10:23:59 UTC (rev 367862)
@@ -0,0 +1,37 @@
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=attr
+pkgver=2.4.48
+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')
+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