nixpkgs/pkgs/tools/system/which/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

10 lines
158 B
Bash
Executable File

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