diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-24 19:58:50 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-24 19:58:50 +0100 |
commit | bc51ea040b8161a8c6b6c936b74630b629e99576 (patch) | |
tree | b5a5739ce7cc87668d214280994f327c525e07c5 | |
parent | 0943fd0e71ecafc63e40601e2244a2a89b9a04f3 (diff) | |
download | nutyx-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
-rw-r--r-- | base/acl/.md5sum | 1 | ||||
-rw-r--r-- | extra/acl/.footprint (renamed from base/acl/.footprint) | 0 | ||||
-rw-r--r-- | extra/acl/.md5sum | 1 | ||||
-rw-r--r-- | extra/acl/Pkgfile (renamed from base/acl/Pkgfile) | 6 |
4 files changed, 4 insertions, 4 deletions
diff --git a/base/acl/.md5sum b/base/acl/.md5sum deleted file mode 100644 index 6f90743c6..000000000 --- a/base/acl/.md5sum +++ /dev/null @@ -1 +0,0 @@ -6d6b447485fc2e930d605f8026690437 acl-2.2.48.src.tar.gz diff --git a/base/acl/.footprint b/extra/acl/.footprint index 04ff06b99..04ff06b99 100644 --- a/base/acl/.footprint +++ b/extra/acl/.footprint diff --git a/extra/acl/.md5sum b/extra/acl/.md5sum new file mode 100644 index 000000000..4903c9de2 --- /dev/null +++ b/extra/acl/.md5sum @@ -0,0 +1 @@ +a11e4571a54a0b1ae83010d1e68a64c2 acl_2.2.47-1.tar.gz diff --git a/base/acl/Pkgfile b/extra/acl/Pkgfile index b46fbdfac..8cc2a6d4c 100644 --- a/base/acl/Pkgfile +++ b/extra/acl/Pkgfile @@ -5,12 +5,12 @@ # Depends on: attr name=acl -version=2.2.48 +version=2.2.47.1 release=1 -source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/acl-$version.src.tar.gz) +source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/acl_2.2.47-1.tar.gz) build() { -cd acl-$version +cd acl-* ./configure --prefix=/usr make make prefix=$PKG/usr install install-lib install-dev |