summaryrefslogtreecommitdiffstats
path: root/base/acl/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-24 19:58:50 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-24 19:58:50 +0100
commitbc51ea040b8161a8c6b6c936b74630b629e99576 (patch)
treeb5a5739ce7cc87668d214280994f327c525e07c5 /base/acl/Pkgfile
parent0943fd0e71ecafc63e40601e2244a2a89b9a04f3 (diff)
downloadnutyx-extra-bc51ea040b8161a8c6b6c936b74630b629e99576.tar.gz
nutyx-extra-bc51ea040b8161a8c6b6c936b74630b629e99576.tar.bz2
nutyx-extra-bc51ea040b8161a8c6b6c936b74630b629e99576.tar.xz
nutyx-extra-bc51ea040b8161a8c6b6c936b74630b629e99576.zip
acl, déplacé dans extra maj à acl#2.2.47_1-1
Diffstat (limited to 'base/acl/Pkgfile')
-rw-r--r--base/acl/Pkgfile25
1 files changed, 0 insertions, 25 deletions
diff --git a/base/acl/Pkgfile b/base/acl/Pkgfile
deleted file mode 100644
index b46fbdfac..000000000
--- a/base/acl/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Description: Librairie pour le support ACL
-# URL: http://oss.sgi.com/projects/xfs/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: attr
-
-name=acl
-version=2.2.48
-release=1
-source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/acl-$version.src.tar.gz)
-
-build() {
-cd acl-$version
-./configure --prefix=/usr
-make
-make prefix=$PKG/usr install install-lib install-dev
-
-cd $PKG
-
-mkdir lib
-mv -v usr/lib/libacl.so* lib/
-ln -sv ../../lib/libacl.so.1 usr/lib/libacl.so
-mv -v usr/libexec/libacl.{a,la} usr/lib/
-rm -r usr/libexec
-}