* acl, attr: updated, and use libtool 2.
* Removed libtoolOld. svn path=/nixpkgs/branches/stdenv-updates/; revision=14792
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user