[arch-commits] Commit in attr/repos (4 files)
Thomas Bächler
thomas at nymeria.archlinux.org
Thu Jun 6 18:08:03 UTC 2013
Date: Thursday, June 6, 2013 @ 20:08:02
Author: thomas
Revision: 187829
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
attr/repos/testing-i686/
attr/repos/testing-i686/PKGBUILD
(from rev 187827, attr/trunk/PKGBUILD)
attr/repos/testing-x86_64/
attr/repos/testing-x86_64/PKGBUILD
(from rev 187828, 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 187827, attr/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2013-06-06 18:08:02 UTC (rev 187829)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=attr
+pkgver=2.4.47
+pkgrel=1
+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=('25772f653ac5b2e3ceeb89df50e4688891e21f723c460636548971652af0a859'
+ 'SKIP')
+
+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"/usr/lib/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 187828, attr/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-06-06 18:08:02 UTC (rev 187829)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=attr
+pkgver=2.4.47
+pkgrel=1
+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=('25772f653ac5b2e3ceeb89df50e4688891e21f723c460636548971652af0a859'
+ 'SKIP')
+
+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"/usr/lib/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