Author: astsmtl
Date: Sat Oct 22 21:04:29 2011
New Revision: 29975
URL: https://nixos.org/websvn/nix/?rev=29975&sc=1
Log:
games/alienarena: New nixbuild.
Added:
nixpkgs/trunk/pkgs/games/alienarena/
nixpkgs/trunk/pkgs/games/alienarena/default.nix
Modified:
nixpkgs/trunk/pkgs/top-level/all-packages.nix
Added: nixpkgs/trunk/pkgs/games/alienarena/default.nix
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/games/alienarena/default.nix Sat Oct 22 21:04:29
2011 (r29975)
@@ -0,0 +1,32 @@
+{ stdenv, fetchurl, pkgconfig, libjpeg, libX11, libXxf86vm, curl, libogg
+, libvorbis, freetype, openal, mesa }:
+stdenv.mkDerivation rec {
+ name = "alienarena-7.52";
+ src = fetchurl {
+ url =
"http://icculus.org/alienarena/Files/alienarena-7_52-linux20110929.tar.gz";
+ sha256 = "1s1l3apxsxnd8lyi568y38a1fcdr0gwmc3lkgq2nkc676k4gki3m";
+ };
+ buildInputs = [ pkgconfig libjpeg libX11 curl libogg libvorbis
+ freetype openal mesa libXxf86vm ];
+ patchPhase = ''
+ substituteInPlace ./configure \
+ --replace libopenal.so.1 ${openal}/lib/libopenal.so.1
+ '';
+ meta = {
+ description = "A free, stand-alone first-person shooter computer game";
+ longDescription = ''
+ Do you like old school deathmatch with modern features? How
+ about rich, colorful, arcade-like atmospheres? How about retro
+ Sci-Fi? Then you're going to love what Alien Arena has in store
+ for you! This game combines some of the very best aspects of
+ such games as Quake III and Unreal Tournament and wraps them up
+ with a retro alien theme, while adding tons of original ideas to
+ make the game quite unique.
+ '';
+ homepage = http://red.planetarena.org;
+ # Engine is under GPLv2, everything else is under
+ license = [ "unfree-redistributable" ];
+ maintainers = with stdenv.lib.maintainers; [ astsmtl ];
+ platforms = with stdenv.lib.platforms; linux;
+ };
+}
Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix Sat Oct 22 20:41:37
2011 (r29974)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix Sat Oct 22 21:04:29
2011 (r29975)
@@ -7681,6 +7681,8 @@
### GAMES
+ alienarena = callPackage ../games/alienarena { };
+
asc = callPackage ../games/asc {
lua = lua5;
libsigcxx = libsigcxx12;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits