add libtool 1.5.22
svn path=/nixpkgs/trunk/; revision=5545
This commit is contained in:
parent
3f45f2fe82
commit
d437ba1539
10
pkgs/development/tools/misc/libtool/libtool-1.5.22.nix
Normal file
10
pkgs/development/tools/misc/libtool/libtool-1.5.22.nix
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{stdenv, fetchurl, m4, perl}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "libtool-1.5.22";
|
||||||
|
src = fetchurl {
|
||||||
|
url = ftp://ftp.nluug.nl/pub/gnu/libtool/libtool-1.5.22.tar.gz;
|
||||||
|
md5 = "8e0ac9797b62ba4dcc8a2fb7936412b0";
|
||||||
|
};
|
||||||
|
buildInputs = [m4 perl];
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user