summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-09 16:28:07 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-09 16:28:07 +0000
commitae044aeba549da343d278a26bb72bac844e5a5e4 (patch)
treeb16ea879113ef2bd09bb78bb00e8338b088d3afb /games-emulation/dosbox-cvs
parentNew package - rename. (diff)
downloadgentoo-2-ae044aeba549da343d278a26bb72bac844e5a5e4.tar.gz
gentoo-2-ae044aeba549da343d278a26bb72bac844e5a5e4.tar.bz2
gentoo-2-ae044aeba549da343d278a26bb72bac844e5a5e4.zip
welcome to games-emulation
Diffstat (limited to 'games-emulation/dosbox-cvs')
-rw-r--r--games-emulation/dosbox-cvs/ChangeLog10
-rw-r--r--games-emulation/dosbox-cvs/Manifest3
-rw-r--r--games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild45
-rw-r--r--games-emulation/dosbox-cvs/files/digest-dosbox-cvs-200308090
4 files changed, 58 insertions, 0 deletions
diff --git a/games-emulation/dosbox-cvs/ChangeLog b/games-emulation/dosbox-cvs/ChangeLog
new file mode 100644
index 000000000000..af3b6d8a991b
--- /dev/null
+++ b/games-emulation/dosbox-cvs/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-emulation/dosbox-cvs
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox-cvs/ChangeLog,v 1.1 2003/09/09 16:26:49 vapier Exp $
+
+*dosbox-cvs-20030809 (09 Aug 2003)
+
+ 09 Aug 2003; Michael Sterrett <msterret@gentoo.org>
+ dosbox-cvs-20030809.ebuild:
+ initial commit. Ebuild from Alexander Minges (modified) via bug 25628.
+
diff --git a/games-emulation/dosbox-cvs/Manifest b/games-emulation/dosbox-cvs/Manifest
new file mode 100644
index 000000000000..e41bbba350e5
--- /dev/null
+++ b/games-emulation/dosbox-cvs/Manifest
@@ -0,0 +1,3 @@
+MD5 88e05696673177a4a1651a5c716f5014 dosbox-cvs-20030809.ebuild 1229
+MD5 c2398866b87c197ad0c28bc2ef2350df ChangeLog 427
+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
new file mode 100644
index 000000000000..2f9a6e5c92f9
--- /dev/null
+++ b/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# 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.1 2003/09/09 16:26:49 vapier Exp $
+
+DESCRIPTION="DOS Emulator"
+HOMEPAGE="http://www.dosbox.sf.net"
+
+KEYWORDS="x86 ppc"
+LICENSE="GPL-2"
+IUSE="alsa"
+SLOT="0"
+
+# don't install this package and the stable one at the same time.
+# they use the same binary names.
+DEPEND="sys-libs/ncurses
+ >=media-libs/libsdl-1.2.0
+ media-libs/libpng
+ sys-libs/zlib
+ media-libs/sdl-net
+ alsa? ( media-libs/alsa-lib )
+ !app-emulation/dosbox"
+
+inherit cvs debug flag-o-matic
+
+strip-flags
+
+ECVS_SERVER="cvs.sourceforge.net:/cvsroot/dosbox"
+ECVS_MODULE="dosbox"
+ECVS_TOP_DIR="${DISTDIR}/cvs-src/${PN}"
+S=${WORKDIR}/${ECVS_MODULE}
+
+src_compile() {
+ ln -s /usr/include/SDL/*.h ./include/ || \
+ die "Linking SDL-includes failed"
+ ./autogen.sh --prefix=/usr --host=${CHOST} || \
+ die "autogen.sh failed"
+ econf `use_enable alsa alsatest` || die
+ emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || \
+ die "emake failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+ dodoc AUTHORS ChangeLog INSTALL NEWS README THANKS
+}
diff --git a/games-emulation/dosbox-cvs/files/digest-dosbox-cvs-20030809 b/games-emulation/dosbox-cvs/files/digest-dosbox-cvs-20030809
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/games-emulation/dosbox-cvs/files/digest-dosbox-cvs-20030809