You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-rpg/wastesedge/wastesedge-0.3.4.ebuild

46 lines
1.2 KiB

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-rpg/wastesedge/wastesedge-0.3.4.ebuild,v 1.10 2012/04/13 19:23:51 ulm Exp $
EAPI=2
PYTHON_DEPEND="2"
inherit eutils python games
DESCRIPTION="role playing game to showcase the adonthell engine"
HOMEPAGE="http://adonthell.linuxgames.com/"
SRC_URI="http://savannah.nongnu.org/download/adonthell/${PN}-src-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ppc x86"
IUSE="vorbis doc nls"
RESTRICT="userpriv"
RDEPEND=">=games-rpg/adonthell-0.3.3
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
doc? ( >=app-doc/doxygen-1.2 )"
pkg_setup() {
python_set_active_version 2
games_pkg_setup
}
src_configure(){
egamesconf \
--disable-dependency-tracking \
$(use_enable nls) \
$(use_enable doc) \
--with-adonthell-binary="${GAMES_BINDIR}/adonthell"
}
src_install(){
emake DESTDIR="${D}" pixmapdir=/usr/share/pixmaps install \
|| die "emake install failed"
dodoc AUTHORS ChangeLog NEWS PLAYING README
make_desktop_entry adonthell-wastesedge "Waste's Edge" wastesedge_32x32
prepgamesdirs
}