[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/nexuiz/nexuiz.desc [COPY] Copyright (C) 2004 - 2026 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A 3d open source deathmatch game [T] Deathmatch back to the basics, with perfect weapon balancing and fast [T] paced action. It is based on the Quake engine as released by Id Sofware [T] under the GPL. [U] http://www.nexuiz.com/ [A] The Nexuiz Project [M] Rene Rebe [C] extra/game [L] GPL [S] Stable [V] 2.5.2 [CV-TR] s/\.// [D] 7eb53d63020a77b2abfa22d13ce278dd64c057ddc637a8a4bccd6557 nexuiz-252.zip http://dl.sourceforge.net/sourceforge/nexuiz/ hook_add prepatch 1 'cd Nexuiz; cd sources/; unzip gamesource*.zip; unzip enginesource*.zip; cd darkplaces' nex_install() { cp darkplaces-dedicated $root$bindir/nexuiz-dedicated for x in glx sdl; do cp darkplaces-$x $root$bindir/nexuiz-$x-bin cat > $root$bindir/nexuiz-$x <<-EOT #!/bin/sh exec \$0-bin -basedir $datadir/nexuiz $* EOT chmod +x $root$bindir/nexuiz-$x done cd ../.. mkdir -p $root$datadir/nexuiz/data/ cp -rv data/*.pk* $root$datadir/nexuiz/data/ } hook_add postmake 5 nex_install var_append makeopt ' ' release makeinstopt= var_append zipopt ' ' -d$pkg-$ver