summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2014-05-16 19:21:26 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2014-05-16 19:21:26 +0000
commit59ed47bbf563c1d36654a730331b91aeaeba0a4d (patch)
treef1d113e3164e0704cca9c6126600dd71400250ef /games-arcade/primateplunge/primateplunge-1.1-r1.ebuild
parentFix bug #509740 - Enable USE=selinux dependency to sec-policy/selinux-java (diff)
downloadgentoo-2-59ed47bbf563c1d36654a730331b91aeaeba0a4d.tar.gz
gentoo-2-59ed47bbf563c1d36654a730331b91aeaeba0a4d.tar.bz2
gentoo-2-59ed47bbf563c1d36654a730331b91aeaeba0a4d.zip
EAPI=5
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-arcade/primateplunge/primateplunge-1.1-r1.ebuild')
-rw-r--r--games-arcade/primateplunge/primateplunge-1.1-r1.ebuild14
1 files changed, 10 insertions, 4 deletions
diff --git a/games-arcade/primateplunge/primateplunge-1.1-r1.ebuild b/games-arcade/primateplunge/primateplunge-1.1-r1.ebuild
index 626b1c5763b9..fb24c89ca830 100644
--- a/games-arcade/primateplunge/primateplunge-1.1-r1.ebuild
+++ b/games-arcade/primateplunge/primateplunge-1.1-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/primateplunge/primateplunge-1.1-r1.ebuild,v 1.8 2014/05/15 16:31:02 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/primateplunge/primateplunge-1.1-r1.ebuild,v 1.9 2014/05/16 19:21:26 mr_bones_ Exp $
-EAPI=2
-inherit eutils games
+EAPI=5
+inherit autotools eutils games
DESCRIPTION="Help poor Monkey navigate his way down through treacherous areas"
HOMEPAGE="http://www.aelius.com/primateplunge/"
@@ -17,9 +17,15 @@ RESTRICT="mirror bindist" #465850
DEPEND="media-libs/libsdl[sound,video]
media-libs/sdl-mixer"
+RDEPEND=${DEPEND}
+
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-AC_SUBST.patch
+ eautoreconf
+}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
+ emake DESTDIR="${D}" install
dodoc AUTHORS README TIPS
newicon graphics/idle.bmp ${PN}.bmp
make_desktop_entry ${PN} "Primate Plunge" /usr/share/pixmaps/${PN}.bmp