* acl, attr: updated, and use libtool 2.

* Removed libtoolOld.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14792
This commit is contained in:
Eelco Dolstra
2009-03-30 15:55:10 +00:00
parent 0a4dd9c4d9
commit 9455f37ce9
4 changed files with 18 additions and 26 deletions

View File

@@ -4,9 +4,8 @@ stdenv.mkDerivation {
name = "acl-2.2.47";
src = fetchurl {
# The file cannot be downloaded from sgi.com.
#url = ftp://oss.sgi.com/projects/xfs/cmd_tars/acl_2.2.47-1.tar.gz;
url = "http://gentoo.chem.wisc.edu/gentoo/distfiles/acl_2.2.47-1.tar.gz";
# The SGI site throws away old versions, so don't use it.
url = mirror://gentoo/distfiles/acl_2.2.47-1.tar.gz;
sha256 = "1j39g62fki0iyji9s62slgwdfskpkqy7rmjlqcnmsvsnxbxhc294";
};
@@ -15,4 +14,9 @@ stdenv.mkDerivation {
configureFlags = "MAKE=make LIBTOOL=libtool MSGFMT=msgfmt MSGMERGE=msgmerge XGETTEXT=xgettext ZIP=gzip ECHO=echo SED=sed AWK=gawk";
installTargets = "install install-lib install-dev";
meta = {
homepage = ftp://oss.sgi.com/projects/xfs/cmd_tars/;
description = "Library and tools for manipulating access control lists";
};
}