2003-12-12 15:46:30 +01:00
|
|
|
buildinputs="$aterm $getopt"
|
2004-03-09 11:59:55 +01:00
|
|
|
. $stdenv/setup
|
2003-12-12 15:46:30 +01:00
|
|
|
|
2004-03-09 11:59:55 +01:00
|
|
|
tar zxf $src
|
|
|
|
cd sdf2-bundle-*
|
|
|
|
./configure --prefix=$out --with-aterm=$aterm
|
|
|
|
make install
|
2003-12-12 15:46:30 +01:00
|
|
|
|
2004-03-09 11:59:55 +01:00
|
|
|
mkdir $out/nix-support
|
|
|
|
echo "$getopt" > $out/nix-support/propagated-build-inputs
|