summaryrefslogtreecommitdiff
path: root/testing/attr/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/attr/PKGBUILD')
-rw-r--r--testing/attr/PKGBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/testing/attr/PKGBUILD b/testing/attr/PKGBUILD
deleted file mode 100644
index 30f3ad81a..000000000
--- a/testing/attr/PKGBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 123916 2011-05-14 10:31:07Z thomas $
-# Maintainer: Thomas Bächler <thomas@archlinux.org>
-pkgname=attr
-pkgver=2.4.46
-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)
-sha256sums=('dcd69bdca7ff166bc45141eddbcf21967999a6b66b0544be12a1cc2fd6340e1f')
-
-build() {
- cd "${srcdir}"/${pkgname}-${pkgver}
-
- export INSTALL_USER=root INSTALL_GROUP=root
- ./configure --prefix=/usr --libdir=/lib --libexecdir=/usr/lib
- make
-}
-
-package() {
- cd "${srcdir}"/${pkgname}-${pkgver}
-
- make DIST_ROOT="${pkgdir}" install install-lib install-dev
-
- # tidy up
- rm -f "${pkgdir}"/lib/libattr.a
- chmod 0755 "${pkgdir}"/lib/libattr.so.*.*.*
- # remove conflicting manpages
- rm -rf "${pkgdir}"/usr/share/man/man2
-}