diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-20 20:46:16 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-20 20:46:16 +0000 |
commit | be05e379f2cec603f21dcb79ac0ebdbe4ee7cdb9 (patch) | |
tree | 6433490cd13088c9cfa18f8d27c9f0c0364524ab /games-emulation | |
parent | New tex module. A clone of rcsinfo that works with subversion. ~x86 and ~amd64 (diff) | |
download | historical-be05e379f2cec603f21dcb79ac0ebdbe4ee7cdb9.tar.gz historical-be05e379f2cec603f21dcb79ac0ebdbe4ee7cdb9.tar.bz2 historical-be05e379f2cec603f21dcb79ac0ebdbe4ee7cdb9.zip |
tidy
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dosbox-cvs/Manifest | 4 | ||||
-rw-r--r-- | games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild | 13 |
2 files changed, 9 insertions, 8 deletions
diff --git a/games-emulation/dosbox-cvs/Manifest b/games-emulation/dosbox-cvs/Manifest index ae8b3a9cac22..3c73dd1eb1cd 100644 --- a/games-emulation/dosbox-cvs/Manifest +++ b/games-emulation/dosbox-cvs/Manifest @@ -1,4 +1,4 @@ -MD5 b10df2703bee506b993373fb6d94a681 ChangeLog 1274 -MD5 c075b27f1cb3f4226be03b071ae5d2fa dosbox-cvs-20030809.ebuild 1323 MD5 95e2b5bfd7767aeae061c77f7e1a055e metadata.xml 221 +MD5 3d2fb2e2030e93435d09facb31d08642 dosbox-cvs-20030809.ebuild 1320 +MD5 b10df2703bee506b993373fb6d94a681 ChangeLog 1274 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-dosbox-cvs-20030809 0 diff --git a/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild b/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild index d14979cb3676..2384f9d27f0f 100644 --- a/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild +++ b/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild,v 1.11 2005/06/15 18:32:11 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild,v 1.12 2005/09/20 20:46:16 mr_bones_ Exp $ inherit games cvs DESCRIPTION="DOS Emulator" HOMEPAGE="http://dosbox.sourceforge.net/" -KEYWORDS="x86 ppc ~amd64" +KEYWORDS="~amd64 ppc x86" LICENSE="GPL-2" IUSE="alsa opengl" SLOT="0" @@ -22,11 +22,12 @@ DEPEND="virtual/libc ECVS_SERVER="cvs.sourceforge.net:/cvsroot/dosbox" ECVS_MODULE="dosbox" -ECVS_TOP_DIR="${DISTDIR}/cvs-src/${PN}" -S="${WORKDIR}/${ECVS_MODULE}" +ECVS_TOP_DIR=${DISTDIR}/cvs-src/${PN} + +S=${WORKDIR}/${ECVS_MODULE} src_compile() { - local myconf="" + local myconf if ! use alsa ; then myconf="--without-alsa-prefix --without-alsa-inc-prefix --disable-alsatest" @@ -41,7 +42,7 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die "make install failed" + make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog NEWS README THANKS prepgamesdirs } |