blob: 534b6d3f56cd45f6670115ed40f068e6236e6224 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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}"
|