nixpkgs/pkgs/tools/graphics/ploticus/builder.sh
Armijn Hemel 3580697f20 add ploticus, yet another graphics program
svn path=/nixpkgs/trunk/; revision=6214
2006-08-23 16:09:03 +00:00

16 lines
141 B
Bash

source $stdenv/setup
preBuild() {
cd src
}
preBuild=preBuild
preInstall() {
ensureDir $out/bin
}
preInstall=preInstall
genericBuild