nixpkgs/pkgs/development/tools/misc/libtool/builder.sh
Eelco Visser b4ce40af2b added packages: which, libtool
aggregation in all-packages-generic: autotools
building strategoxt from svn

not complete yet since autconf cannot find libtool


svn path=/nixpkgs/trunk/; revision=596
2003-12-23 20:51:58 +00:00

11 lines
184 B
Bash
Executable file

#! /bin/sh
buildinputs="$m4 $perl"
. $stdenv/setup || exit 1
tar xvfz $src || exit 1
cd libtool-* || exit 1
./configure --prefix=$out || exit 1
make || exit 1
make install || exit 1