1 { stdenv, lib, fetchsvn
2 , cmake, pkg-config, perl, vala
3 , gtk2, pcre, zlib, libpng, fribidi, harfbuzzFull, xorg, util-linux, curl
4 , SDL, SDL_image, SDL_mixer, libselinux, libsepol
8 stdenv.mkDerivation rec {
9 pname = "crossfire-client";
13 url = "http://svn.code.sf.net/p/crossfire/code/client/trunk/";
18 nativeBuildInputs = [ cmake pkg-config perl vala ];
20 gtk2 pcre zlib libpng fribidi harfbuzzFull xorg.libpthreadstubs
21 xorg.libXdmcp curl SDL SDL_image SDL_mixer util-linux libselinux libsepol
23 hardeningDisable = [ "format" ];
26 description = "GTKv2 client for the Crossfire free MMORPG";
27 mainProgram = "crossfire-client-gtk2";
28 homepage = "http://crossfire.real-time.com/";
29 license = licenses.gpl2Plus;
30 platforms = platforms.linux;
31 maintainers = with maintainers; [ ToxicFrog ];