1 { stdenv, lib, fetchsvn,
2 version, rev, sha256 }:
4 stdenv.mkDerivation rec {
5 pname = "crossfire-arch";
9 url = "http://svn.code.sf.net/p/crossfire/code/arch/trunk/";
20 description = "Archetype data for the Crossfire free MMORPG";
21 homepage = "http://crossfire.real-time.com/";
22 license = licenses.gpl2Plus;
23 platforms = platforms.linux;
25 maintainers = with maintainers; [ ToxicFrog ];