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
commit62b65d4e11decf0495e48134903850ec7704dfa8 (patch)
treeb275795b9e85a47224037273ba222aab4cbd638c /games-arcade/sdlroids/sdlroids-1.3.4-r3.ebuild
parentBump. (Manifest recommit) (diff)
downloadgentoo-2-62b65d4e11decf0495e48134903850ec7704dfa8.tar.gz
gentoo-2-62b65d4e11decf0495e48134903850ec7704dfa8.tar.bz2
gentoo-2-62b65d4e11decf0495e48134903850ec7704dfa8.zip
ppc support
Diffstat (limited to 'games-arcade/sdlroids/sdlroids-1.3.4-r3.ebuild')
-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
}