059858741c
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
12 lines
159 B
Bash
12 lines
159 B
Bash
source $stdenv/setup
|
|
|
|
dontMakeInstall=1
|
|
preInstall=preInstall
|
|
preInstall() {
|
|
ensureDir $out/baseq3
|
|
make copyfiles COPYDIR=$out
|
|
}
|
|
|
|
genericBuild
|
|
|
|
exit 1
|