10 stdenv.mkDerivation rec {
11 pname = "crossfire-arch";
15 url = "http://svn.code.sf.net/p/crossfire/code/arch/trunk/";
26 description = "Archetype data for the Crossfire free MMORPG";
27 homepage = "http://crossfire.real-time.com/";
28 license = licenses.gpl2Plus;
29 platforms = platforms.linux;
31 maintainers = with maintainers; [ ToxicFrog ];