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

Dave Reisner dreisner at archlinux.org
Sun Apr 29 04:55:24 UTC 2012


    Date: Sunday, April 29, 2012 @ 00:55:24
  Author: dreisner
Revision: 157732

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

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

-------------------------+
 testing-i686/PKGBUILD   |   38 ++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

Copied: attr/repos/testing-i686/PKGBUILD (from rev 157731, attr/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-29 04:55:24 UTC (rev 157732)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=attr
+pkgver=2.4.46
+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')
+options=('!libtool')
+source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.src.tar.gz"{,.sig})
+sha256sums=('dcd69bdca7ff166bc45141eddbcf21967999a6b66b0544be12a1cc2fd6340e1f'
+            'a8ee37a0d02c0365049b8a06dc6963e6698a448ff2c0a54ed040f0c60f27bca3')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  export INSTALL_USER=root INSTALL_GROUP=root
+  ./configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DIST_ROOT="$pkgdir" install install-lib install-dev
+
+  # tidy up
+  rm -f "$pkgdir"/usrlib/libattr.a
+  chmod 0755 "$pkgdir"/usr/lib/libattr.so.*.*.*
+
+  # remove conflicting manpages
+  rm -rf "$pkgdir"/usr/share/man/man2
+}

Copied: attr/repos/testing-x86_64/PKGBUILD (from rev 157731, attr/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-29 04:55:24 UTC (rev 157732)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=attr
+pkgver=2.4.46
+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')
+options=('!libtool')
+source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.src.tar.gz"{,.sig})
+sha256sums=('dcd69bdca7ff166bc45141eddbcf21967999a6b66b0544be12a1cc2fd6340e1f'
+            'a8ee37a0d02c0365049b8a06dc6963e6698a448ff2c0a54ed040f0c60f27bca3')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  export INSTALL_USER=root INSTALL_GROUP=root
+  ./configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DIST_ROOT="$pkgdir" install install-lib install-dev
+
+  # tidy up
+  rm -f "$pkgdir"/usrlib/libattr.a
+  chmod 0755 "$pkgdir"/usr/lib/libattr.so.*.*.*
+
+  # remove conflicting manpages
+  rm -rf "$pkgdir"/usr/share/man/man2
+}




More information about the arch-commits mailing list