diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-03 23:26:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-03 23:26:08 +0000 |
commit | 24617f688c1397db201ee41fd9ae1e1b7963f3fc (patch) | |
tree | c46b54c2a72c0dc14dfe05d7e6112c05389c7736 /games-emulation/dosbox | |
parent | version bump (diff) | |
download | historical-24617f688c1397db201ee41fd9ae1e1b7963f3fc.tar.gz historical-24617f688c1397db201ee41fd9ae1e1b7963f3fc.tar.bz2 historical-24617f688c1397db201ee41fd9ae1e1b7963f3fc.zip |
version bump
Diffstat (limited to 'games-emulation/dosbox')
-rw-r--r-- | games-emulation/dosbox/Manifest | 4 | ||||
-rw-r--r-- | games-emulation/dosbox/dosbox-0.61.ebuild | 39 | ||||
-rw-r--r-- | games-emulation/dosbox/files/digest-dosbox-0.61 | 1 |
3 files changed, 42 insertions, 2 deletions
diff --git a/games-emulation/dosbox/Manifest b/games-emulation/dosbox/Manifest index 7acf33996e5f..62f0dd03ed91 100644 --- a/games-emulation/dosbox/Manifest +++ b/games-emulation/dosbox/Manifest @@ -1,7 +1,7 @@ -MD5 a4f2ca26601f36ed0a11e1c357bacb59 ChangeLog 954 +MD5 1354cbcd5d5ad0bb2ad2e14a7a76ffd6 ChangeLog 1076 MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241 MD5 6cd126f45a12b91aafe36d620496ca2f dosbox-0.60.ebuild 898 -MD5 e9bb3ad81080126471efb8fb8a375e61 dosbox-0.61.ebuild 867 +MD5 58a09710cbde887df890f947de2e9527 dosbox-0.61.ebuild 942 MD5 6c3131692034dda3f27046c037aabc58 files/digest-dosbox-0.61 63 MD5 a15acc3d9f2a2d55bde29cf697f86297 files/digest-dosbox-0.60 63 MD5 f4257165581f9c2cb8e2a428f2ebeaae files/0.60-alsa-1.0.0.patch 721 diff --git a/games-emulation/dosbox/dosbox-0.61.ebuild b/games-emulation/dosbox/dosbox-0.61.ebuild new file mode 100644 index 000000000000..7e667a08674d --- /dev/null +++ b/games-emulation/dosbox/dosbox-0.61.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.61.ebuild,v 1.1 2004/02/03 23:25:55 mr_bones_ Exp $ + +inherit games + +DESCRIPTION="DOS emulator" +HOMEPAGE="http://dosbox.sourceforge.net/" +SRC_URI="mirror://sourceforge/dosbox/${P}.tar.gz" + +KEYWORDS="x86" +LICENSE="GPL-2" +SLOT="0" +IUSE="alsa png opengl" + +DEPEND="media-libs/sdl-net + png? ( + media-libs/libpng + sys-libs/zlib + ) + alsa? ( media-libs/alsa-lib ) + opengl? ( virtual/opengl ) + >=media-libs/libsdl-1.2.0 + media-libs/sdl-net" + +src_compile() { + egamesconf \ + --disable-dependency-tracking \ + `use_enable opengl` \ + `use_enable alsa alsatest` \ + || die + emake || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS || die "dodoc failed" + prepgamesdirs +} diff --git a/games-emulation/dosbox/files/digest-dosbox-0.61 b/games-emulation/dosbox/files/digest-dosbox-0.61 new file mode 100644 index 000000000000..25bb54953b8c --- /dev/null +++ b/games-emulation/dosbox/files/digest-dosbox-0.61 @@ -0,0 +1 @@ +MD5 dcb549eb2a9e6fe6995b973ef9ac6e9f dosbox-0.61.tar.gz 567200 |