diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-16 16:03:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-16 16:03:39 +0000 |
commit | 3d34be3a8705162b7d0790440a15352f60519711 (patch) | |
tree | eb6e69774bf480ce014aadbbe575edac24bbc502 /games-action/powermanga/powermanga-0.78.ebuild | |
parent | There is no TODO. (Manifest recommit) (diff) | |
download | gentoo-2-3d34be3a8705162b7d0790440a15352f60519711.tar.gz gentoo-2-3d34be3a8705162b7d0790440a15352f60519711.tar.bz2 gentoo-2-3d34be3a8705162b7d0790440a15352f60519711.zip |
ppc support
Diffstat (limited to 'games-action/powermanga/powermanga-0.78.ebuild')
-rw-r--r-- | games-action/powermanga/powermanga-0.78.ebuild | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/games-action/powermanga/powermanga-0.78.ebuild b/games-action/powermanga/powermanga-0.78.ebuild index 382a2ce19579..9a6e54289b31 100644 --- a/games-action/powermanga/powermanga-0.78.ebuild +++ b/games-action/powermanga/powermanga-0.78.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.78.ebuild,v 1.2 2004/02/10 06:14:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.78.ebuild,v 1.3 2004/03/16 16:03:39 vapier Exp $ inherit games @@ -8,9 +8,9 @@ DESCRIPTION="An arcade 2D shoot-em-up game" HOMEPAGE="http://linux.tlk.fr/" SRC_URI="http://www.tlk.fr/lesjeux/${P}.tar.gz" -KEYWORDS="x86" LICENSE="GPL-2" -SLOT=0 +SLOT="0" +KEYWORDS="x86 ppc" IUSE="" DEPEND="virtual/glibc @@ -25,9 +25,9 @@ src_compile() { src_install() { local f - dogamesbin powermanga || die "dogamesbin failed" - doman powermanga.6 || die "doman failed" - dodoc AUTHORS CHANGES README || die "dodoc failed" + dogamesbin powermanga || die "dogamesbin failed" + doman powermanga.6 + dodoc AUTHORS CHANGES README insinto ${GAMES_DATADIR}/powermanga/sounds doins sounds/* @@ -38,10 +38,8 @@ src_install() { insinto /var/games for f in powermanga.hi-easy powermanga.hi powermanga.hi-hard do - touch ${D}/var/games/${f} || \ - die "touch ${f} failed" - fperms 664 /var/games/${f} || \ - die "fperms ${f} failed" + touch ${D}/var/games/${f} || die "touch ${f} failed" + fperms 660 /var/games/${f} || die "fperms ${f} failed" done prepgamesdirs |