nixpkgs/pkgs/development/tools/parsing/toolbuslib/builder.sh
Martin Bravenboer 3d0e24c639 Added toolbuslib. This is fun
svn path=/nixpkgs/trunk/; revision=705
2004-01-22 18:46:26 +00:00

10 lines
196 B
Bash
Executable file

#! /bin/sh
buildinputs="$aterm $getopt"
. $stdenv/setup || exit 1
tar zxf $src || exit 1
cd toolbuslib-* || exit 1
./configure --prefix=$out --with-aterm=$aterm || exit 1
make install || exit 1