diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-16 16:16:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-16 16:16:04 +0000 |
commit | 62b65d4e11decf0495e48134903850ec7704dfa8 (patch) | |
tree | b275795b9e85a47224037273ba222aab4cbd638c /games-arcade/pachi | |
parent | Bump. (Manifest recommit) (diff) | |
download | gentoo-2-62b65d4e11decf0495e48134903850ec7704dfa8.tar.gz gentoo-2-62b65d4e11decf0495e48134903850ec7704dfa8.tar.bz2 gentoo-2-62b65d4e11decf0495e48134903850ec7704dfa8.zip |
ppc support
Diffstat (limited to 'games-arcade/pachi')
-rw-r--r-- | games-arcade/pachi/pachi-20031005.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/games-arcade/pachi/pachi-20031005.ebuild b/games-arcade/pachi/pachi-20031005.ebuild index 1251afaec507..ceccfcca435c 100644 --- a/games-arcade/pachi/pachi-20031005.ebuild +++ b/games-arcade/pachi/pachi-20031005.ebuild @@ -1,20 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/pachi/pachi-20031005.ebuild,v 1.2 2004/02/20 06:20:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/pachi/pachi-20031005.ebuild,v 1.3 2004/03/16 16:16:04 vapier Exp $ inherit games -S="${WORKDIR}/Pachi" -DESCRIPTION="A platforms game inspired by games like Manic Miner and Jet Set Willy" +DESCRIPTION="platform game inspired by games like Manic Miner and Jet Set Willy" +HOMEPAGE="http://dragontech.sourceforge.net/index.php?main=pachi&lang=en" # Upstream doesn't version their releases. # I downloaded and re-compressed with tar -jcvf #SRC_URI="mirror://sourceforge/dragontech/pachi_source.tgz" SRC_URI="mirror://gentoo/${P}.tar.bz2" -HOMEPAGE="http://dragontech.sourceforge.net/index.php?main=pachi&lang=en" LICENSE="GPL-2" -KEYWORDS="x86" SLOT="0" +KEYWORDS="x86 ppc" RDEPEND=">=media-libs/libsdl-1.2 media-libs/sdl-mixer @@ -22,20 +21,21 @@ RDEPEND=">=media-libs/libsdl-1.2 DEPEND="${RDEPEND} >=sys-apps/sed-4" +S=${WORKDIR}/Pachi + src_unpack() { unpack ${A} cd ${S} - sed -i \ - -e "s:/var/lib/games/:${GAMES_STATEDIR}/:" configure.in || \ - die "sed configure.in failed" + -e "s:/var/lib/games/:${GAMES_STATEDIR}/:" configure.in \ + || die "sed configure.in failed" } src_install() { local dir="${GAMES_DATADIR}/${PN}" local statedir="${GAMES_STATEDIR}/${PN}/data" - dogamesbin src/pachi + dogamesbin src/pachi || die insinto ${dir}/data doins data/{backs,monsters,objects_v2,rooms_v2}.dat insinto ${dir}/fonts |