diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-26 18:56:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-26 18:56:02 +0000 |
commit | fd8af4993fcf2c75a757053137177a690150e56f (patch) | |
tree | a52497dab11cf76586143366afe19ad45e5e2a71 /games-engines/scummvm | |
parent | set ppc in keywords (diff) | |
download | historical-fd8af4993fcf2c75a757053137177a690150e56f.tar.gz historical-fd8af4993fcf2c75a757053137177a690150e56f.tar.bz2 historical-fd8af4993fcf2c75a757053137177a690150e56f.zip |
touchups
Diffstat (limited to 'games-engines/scummvm')
-rw-r--r-- | games-engines/scummvm/scummvm-0.5.1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games-engines/scummvm/scummvm-0.5.1.ebuild b/games-engines/scummvm/scummvm-0.5.1.ebuild index 79260d40cfe2..86923171195d 100644 --- a/games-engines/scummvm/scummvm-0.5.1.ebuild +++ b/games-engines/scummvm/scummvm-0.5.1.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.5.1.ebuild,v 1.1 2003/09/09 17:34:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.5.1.ebuild,v 1.2 2003/09/26 18:56:02 vapier Exp $ inherit games DESCRIPTION="Reimplementation of the SCUMM game engine used in Lucasarts adventures" HOMEPAGE="http://scummvm.sourceforge.net/" -SRC_URI="mirror://sourceforge/scummvm/${PN}-${PV}.tar.bz2" +SRC_URI="mirror://sourceforge/scummvm/${P}.tar.bz2" -KEYWORDS="x86 ppc" LICENSE="GPL-2" SLOT="0" +KEYWORDS="x86 ppc" IUSE="alsa oggvorbis mad" DEPEND="media-libs/libsdl @@ -19,8 +19,6 @@ DEPEND="media-libs/libsdl alsa? ( media-libs/alsa-lib ) mad? ( media-sound/mad )" -S=${WORKDIR}/${PN}-${PV} - src_compile() { egamesconf \ `use_with alsa` \ |