nixpkgs/pkgs/games/quake3/builder.sh
Eelco Dolstra d24417654c * Put a tarball of the Quake 3 sources somewhere.
svn path=/nixpkgs/trunk/; revision=4596
2006-01-26 15:31:37 +00:00

11 lines
151 B
Bash

source $stdenv/setup
dontMakeInstall=1
preInstall=preInstall
preInstall() {
ensureDir $out/baseq3
make copyfiles COPYDIR=$out
}
genericBuild