summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-16 16:16:04 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-16 16:16:04 +0000
commit4fee4103fc3e288acb1f0fdb5a8b7df1cb32710b (patch)
tree183998a6c07ca9de33297aa526be58b1dcc09b6b /games-arcade/sdlroids
parentBump. (diff)
downloadhistorical-4fee4103fc3e288acb1f0fdb5a8b7df1cb32710b.tar.gz
historical-4fee4103fc3e288acb1f0fdb5a8b7df1cb32710b.tar.bz2
historical-4fee4103fc3e288acb1f0fdb5a8b7df1cb32710b.zip
ppc support
Diffstat (limited to 'games-arcade/sdlroids')
-rw-r--r--games-arcade/sdlroids/sdlroids-1.3.4-r3.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/games-arcade/sdlroids/sdlroids-1.3.4-r3.ebuild b/games-arcade/sdlroids/sdlroids-1.3.4-r3.ebuild
index 3468d25e3a47..9d9277e07024 100644
--- a/games-arcade/sdlroids/sdlroids-1.3.4-r3.ebuild
+++ b/games-arcade/sdlroids/sdlroids-1.3.4-r3.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-arcade/sdlroids/sdlroids-1.3.4-r3.ebuild,v 1.1 2004/01/24 13:12:12 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdlroids/sdlroids-1.3.4-r3.ebuild,v 1.2 2004/03/16 16:16:04 vapier Exp $
inherit games
@@ -8,13 +8,13 @@ DESCRIPTION="Asteroids Clone for X using SDL"
HOMEPAGE="http://david.hedbor.org/projects/sdlroids/"
SRC_URI="mirror://sourceforge/sdlroids/${P}.tar.bz2"
-RESTRICT="nomirror"
-KEYWORDS="x86"
LICENSE="GPL-2"
SLOT="0"
+KEYWORDS="x86 ppc"
IUSE=""
-DEPEND=">=media-libs/libsdl-1.1.8
+RDEPEND=">=media-libs/libsdl-1.1.8"
+DEPEND="${RDEPEND}
>=sys-apps/sed-4"
src_unpack() {
@@ -23,11 +23,11 @@ src_unpack() {
sed -i \
-e 's/$(SOUNDSDIR)/$(DESTDIR)$(SOUNDSDIR)/' \
-e 's/$(GFXDIR)/$(DESTDIR)$(GFXDIR)/' ${S}/Makefile.in \
- || die "sed Makefile.in failed"
+ || die "sed Makefile.in failed"
}
-src_install () {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc ChangeLog README.* TODO || die "dodoc failed"
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc ChangeLog README.* TODO
prepgamesdirs
}