summaryrefslogtreecommitdiff
path: root/repo/system/acl
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/acl')
-rw-r--r--repo/system/acl/acl.xibuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/repo/system/acl/acl.xibuild b/repo/system/acl/acl.xibuild
deleted file mode 100644
index eca7ca5..0000000
--- a/repo/system/acl/acl.xibuild
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make "
-DEPS="attr"
-
-PKG_VER=2.3.1
-SOURCE=http://download.savannah.nongnu.org/releases/acl/acl-$PKG_VER.tar.xz
-DESC="Access control list utilities, libraries and headers"
-
-build () {
- ./configure --prefix=/usr --disable-static --docdir=/usr/share/doc/acl-$PKG_VER
- make
-}
-
-package() {
- make DESTDIR=$PKG_DEST install
-}