summaryrefslogtreecommitdiffstats
path: root/base/acl/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-04-09 21:08:16 +0200
committertnut <thierryn1 at hispeed dot ch>2011-04-09 21:08:16 +0200
commit25151776d39c2e7c7678acc0fa4cbbac374258c9 (patch)
tree5606b9f39ea5fbe41d3fee43d857a68502d89bd7 /base/acl/Pkgfile
parentdb29729013d83a21892bd4c44de72068ea0d80a7 (diff)
downloadnutyx-extra-25151776d39c2e7c7678acc0fa4cbbac374258c9.tar.gz
nutyx-extra-25151776d39c2e7c7678acc0fa4cbbac374258c9.tar.bz2
nutyx-extra-25151776d39c2e7c7678acc0fa4cbbac374258c9.tar.xz
nutyx-extra-25151776d39c2e7c7678acc0fa4cbbac374258c9.zip
acl, dans base pas de dépendances
Diffstat (limited to 'base/acl/Pkgfile')
-rw-r--r--base/acl/Pkgfile25
1 files changed, 25 insertions, 0 deletions
diff --git a/base/acl/Pkgfile b/base/acl/Pkgfile
new file mode 100644
index 000000000..714991e1c
--- /dev/null
+++ b/base/acl/Pkgfile
@@ -0,0 +1,25 @@
+# Description: Librairie pour le support ACL
+# URL: http://oss.sgi.com/projects/xfs/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=acl
+version=2.2.49
+release=1
+source=(http://mirrors.zerg.biz/nongnu/$name/$name-$version.src.tar.gz)
+
+build() {
+ cd acl-*
+ ./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
+}
+