[arch-commits] Commit in attr/repos (4 files)

Christian Hesse eworm at archlinux.org
Sun Aug 6 20:10:17 UTC 2017


    Date: Sunday, August 6, 2017 @ 20:10:16
  Author: eworm
Revision: 301708

archrelease: copy trunk to testing-i686, testing-x86_64

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

-------------------------+
 testing-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: attr/repos/testing-i686/PKGBUILD (from rev 301707, attr/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-08-06 20:10:16 UTC (rev 301708)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=attr
+pkgver=2.4.47
+pkgrel=3
+pkgdesc="Extended attribute support library for ACL support"
+arch=('i686' 'x86_64')
+url="http://savannah.nongnu.org/projects/attr"
+license=('LGPL')
+depends=('glibc')
+makedepends=('gettext')
+replaces=('xfsattr')
+provides=('xfsattr')
+conflicts=('xfsattr')
+source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.src.tar.gz{,.sig})
+sha256sums=('25772f653ac5b2e3ceeb89df50e4688891e21f723c460636548971652af0a859'
+            'SKIP')
+validpgpkeys=('600CD204FBCEA418BD2CA74F154343260542DF34') # Brandon Philips
+
+build() {
+  cd $pkgname-$pkgver
+
+  export INSTALL_USER=root INSTALL_GROUP=root
+  ./configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DIST_ROOT="$pkgdir" install install-lib install-dev
+
+  # tidy up
+  chmod 0755 "$pkgdir"/usr/lib/libattr.so.*.*.*
+  rm -rf "$pkgdir"/usr/share/man/man2
+}

Copied: attr/repos/testing-x86_64/PKGBUILD (from rev 301707, attr/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-08-06 20:10:16 UTC (rev 301708)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=attr
+pkgver=2.4.47
+pkgrel=3
+pkgdesc="Extended attribute support library for ACL support"
+arch=('i686' 'x86_64')
+url="http://savannah.nongnu.org/projects/attr"
+license=('LGPL')
+depends=('glibc')
+makedepends=('gettext')
+replaces=('xfsattr')
+provides=('xfsattr')
+conflicts=('xfsattr')
+source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.src.tar.gz{,.sig})
+sha256sums=('25772f653ac5b2e3ceeb89df50e4688891e21f723c460636548971652af0a859'
+            'SKIP')
+validpgpkeys=('600CD204FBCEA418BD2CA74F154343260542DF34') # Brandon Philips
+
+build() {
+  cd $pkgname-$pkgver
+
+  export INSTALL_USER=root INSTALL_GROUP=root
+  ./configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DIST_ROOT="$pkgdir" install install-lib install-dev
+
+  # tidy up
+  chmod 0755 "$pkgdir"/usr/lib/libattr.so.*.*.*
+  rm -rf "$pkgdir"/usr/share/man/man2
+}



More information about the arch-commits mailing list