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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Nov 6 14:02:34 UTC 2016


    Date: Sunday, November 6, 2016 @ 14:02:33
  Author: bpiotrowski
Revision: 279920

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

Added:
  attr/repos/testing-i686/
  attr/repos/testing-i686/PKGBUILD
    (from rev 279919, attr/trunk/PKGBUILD)
  attr/repos/testing-x86_64/
  attr/repos/testing-x86_64/PKGBUILD
    (from rev 279919, 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 279919, attr/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-11-06 14:02:33 UTC (rev 279920)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=attr
+pkgver=2.4.47
+pkgrel=2
+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=(http://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 279919, attr/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-11-06 14:02:33 UTC (rev 279920)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=attr
+pkgver=2.4.47
+pkgrel=2
+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=(http://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