* Added autoconf/automake.

svn path=/nixpkgs/trunk/; revision=540
This commit is contained in:
Eelco Dolstra
2003-11-25 13:46:24 +00:00
parent ef2f51e930
commit 58c20ef428
4 changed files with 46 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#! /bin/sh
buildinputs="$perl $autoconf"
. $stdenv/setup || exit 1
tar xvfj $src || exit 1
cd automake-* || exit 1
./configure --prefix=$out || exit 1
make || exit 1
make install || exit 1