diff options
-rw-r--r-- | games-strategy/rftg/rftg-0.6.1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games-strategy/rftg/rftg-0.6.1.ebuild b/games-strategy/rftg/rftg-0.6.1.ebuild new file mode 100644 index 0000000..534b6d3 --- /dev/null +++ b/games-strategy/rftg/rftg-0.6.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit games + +DESCRIPTION="This is a project to create artificial intelligence opponent(s) for the card game Race for the Galaxy." +HOMEPAGE="http://keldon.net/rftg/" +SRC_URI="http://warpcore.org/rftg/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + |