nixpkgs/pkgs/games/quake3/builder.sh
Eelco Dolstra 059858741c * Added basic Quake 3. Some wrapper stuff is still needed to get it
to work "out of the box" with hardware acceleration and either the
  shareware or full PAK files.  But with some hackery, I have gotten
  it to work with both Mesa software rendering and NVidia hardware
  rendering.

svn path=/nixpkgs/trunk/; revision=4595
2006-01-26 14:43:05 +00:00

12 lines
159 B
Bash

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