diff options
author | 2012-04-23 00:59:31 +0200 | |
---|---|---|
committer | 2012-04-23 00:59:31 +0200 | |
commit | 5bdb605c6d32cf5a1970ea90db62d7869e714c1a (patch) | |
tree | 966bbb20193b8babc3e16efbb532c9ce86d215b6 /games-strategy/unknown-horizons/unknown-horizons-2012.1.ebuild | |
parent | Added ebuild for new fife release (0.3.3-r3) (diff) | |
download | gamerlay-5bdb605c6d32cf5a1970ea90db62d7869e714c1a.tar.gz gamerlay-5bdb605c6d32cf5a1970ea90db62d7869e714c1a.tar.bz2 gamerlay-5bdb605c6d32cf5a1970ea90db62d7869e714c1a.zip |
Added unknown horizons 2012.1 ebuild
Diffstat (limited to 'games-strategy/unknown-horizons/unknown-horizons-2012.1.ebuild')
-rw-r--r-- | games-strategy/unknown-horizons/unknown-horizons-2012.1.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/games-strategy/unknown-horizons/unknown-horizons-2012.1.ebuild b/games-strategy/unknown-horizons/unknown-horizons-2012.1.ebuild new file mode 100644 index 0000000..5d3102b --- /dev/null +++ b/games-strategy/unknown-horizons/unknown-horizons-2012.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="3" + +PYTHON_DEPEND="2:2.7" +PYTHON_USE_WITH="sqlite berkdb" + +inherit distutils games +DESCRIPTION="Anno-like real time strategy game" +HOMEPAGE="http://www.unknown-horizons.org/" + +SRC_URI="mirror://sourceforge/unknownhorizons/${P}.tar.xz" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +DEPEND="dev-python/pyyaml + =games-engines/fife-0.3.3-r3" + +RDEPEND="$DEPEND" + +S="${WORKDIR}"/${PN} + +src_compile() { + distutils_src_compile build_i18n +} + +src_install() { + # FIXME: exe and data-files goes into wrong place, games.gentoo.org policy + # violation + distutils_src_install + prepgamesdirs +} |