# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 inherit autotools subversion DESCRIPTION="A satirical open-source text-based modern strategic political RPG" HOMEPAGE="http://www.bay12forums.com/smf/index.php?topic=125450.0" LICENSE="GPL-2" SLOT="0" KEYWORDS="" DEPEND="sys-libs/ncurses" ESVN_REPO_URI="svn://svn.code.sf.net/p/lcsgame/code/trunk" ESVN_REVISION="652" src_prepare() { eapply_user eautoreconf } src_install() { emake DESTDIR="${D}" install domenu crimesquad.desktop dodoc AUTHORS LINUX_README.txt TODO }