diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-01-05 16:12:50 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-01-05 16:12:50 +0000 |
commit | c5b8acafe5145d37e342b72c1e8e5104e5fd882a (patch) | |
tree | ddc15123f24a177152b9f12f66003088fd87b560 /games-arcade/pachi/pachi-1.0.ebuild | |
parent | keyword ~arm (diff) | |
download | historical-c5b8acafe5145d37e342b72c1e8e5104e5fd882a.tar.gz historical-c5b8acafe5145d37e342b72c1e8e5104e5fd882a.tar.bz2 historical-c5b8acafe5145d37e342b72c1e8e5104e5fd882a.zip |
EAPI 5
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0x0145142D
Diffstat (limited to 'games-arcade/pachi/pachi-1.0.ebuild')
-rw-r--r-- | games-arcade/pachi/pachi-1.0.ebuild | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/games-arcade/pachi/pachi-1.0.ebuild b/games-arcade/pachi/pachi-1.0.ebuild index 01f4bc9ae2e2..8d995945bd41 100644 --- a/games-arcade/pachi/pachi-1.0.ebuild +++ b/games-arcade/pachi/pachi-1.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/pachi/pachi-1.0.ebuild,v 1.9 2007/03/12 14:56:01 nyhm Exp $ - +# $Header: /var/cvsroot/gentoo-x86/games-arcade/pachi/pachi-1.0.ebuild,v 1.10 2015/01/05 16:12:46 tupone Exp $ +EAPI=5 inherit autotools eutils games DESCRIPTION="platform game inspired by games like Manic Miner and Jet Set Willy" @@ -18,21 +18,18 @@ IUSE="" DEPEND="media-libs/libsdl media-libs/sdl-mixer" - +RDEPEND="${DEPEND}" S=${WORKDIR}/Pachi -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}"/${PV}-autotools.patch rm -f missing eautoreconf } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + default newicon Tgfx/icon.bmp ${PN}.bmp make_desktop_entry ${PN} Pachi /usr/share/pixmaps/${PN}.bmp - dodoc AUTHORS ChangeLog README prepgamesdirs } |