diff options
author | 2010-11-18 21:33:12 +0000 | |
---|---|---|
committer | 2010-11-18 21:33:12 +0000 | |
commit | 8d701aa4a498e666f978c1933a064b3bce74091a (patch) | |
tree | f39c65bd030253ae81a8e5c5fe02af93ef9ebd25 /games-server/cyphesis/cyphesis-0.5.25.ebuild | |
parent | Version bump with upstream fixes. (diff) | |
download | historical-8d701aa4a498e666f978c1933a064b3bce74091a.tar.gz historical-8d701aa4a498e666f978c1933a064b3bce74091a.tar.bz2 historical-8d701aa4a498e666f978c1933a064b3bce74091a.zip |
version bump
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'games-server/cyphesis/cyphesis-0.5.25.ebuild')
-rw-r--r-- | games-server/cyphesis/cyphesis-0.5.25.ebuild | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/games-server/cyphesis/cyphesis-0.5.25.ebuild b/games-server/cyphesis/cyphesis-0.5.25.ebuild new file mode 100644 index 000000000000..b5ebcbd8b839 --- /dev/null +++ b/games-server/cyphesis/cyphesis-0.5.25.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/cyphesis-0.5.25.ebuild,v 1.1 2010/11/18 21:33:12 mr_bones_ Exp $ + +EAPI=2 +PYTHON_DEPEND=2 +inherit autotools python eutils games + +DESCRIPTION="WorldForge server running small games" +HOMEPAGE="http://worldforge.org/dev/eng/servers/cyphesis" +SRC_URI="mirror://sourceforge/worldforge/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=media-libs/skstream-0.3.6 + >=dev-games/wfmath-0.3.9 + =dev-games/mercator-0.2* + dev-libs/libgcrypt + dev-libs/libsigc++:2 + sys-libs/ncurses + sys-libs/readline + =media-libs/atlas-c++-0.6* + >=media-libs/varconf-0.6.4 + dev-db/postgresql-base" +DEPEND="${RDEPEND} + dev-libs/libxml2 + dev-util/pkgconfig" + +pkg_setup() { + python_set_active_version 2 + games_pkg_setup +} + +src_prepare() { + epatch "${FILESDIR}"/${P}-gentoo.patch + eautoreconf +} + +src_configure() { + egamesconf \ + --localstatedir=/var +} + +src_install() { + emake DESTDIR="${D}" confbackupdir="/usr/share/doc/${PF}/conf" \ + install || die "emake install failed" + dodoc AUTHORS ChangeLog FIXME NEWS README THANKS TODO + prepgamesdirs +} |