From b0db5bf954a94fc1ec62fa6c4b2475004f3cc997 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Mon, 22 Oct 2012 20:59:33 +0000 Subject: [PATCH] WIP DOSBox bep file. Not working for gcc2, it seems use of templates quickly gets us into internal compiler errors there. Will try gcc4 later. --- app-emulation/dosbox/dosbox-0.74-svn.bep | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 app-emulation/dosbox/dosbox-0.74-svn.bep diff --git a/app-emulation/dosbox/dosbox-0.74-svn.bep b/app-emulation/dosbox/dosbox-0.74-svn.bep new file mode 100644 index 000000000..052f4ccc5 --- /dev/null +++ b/app-emulation/dosbox/dosbox-0.74-svn.bep @@ -0,0 +1,25 @@ +DESCRIPTION="an x86 emulator with DOS" +HOMEPAGE="http://www.dosbox.com/" +SRC_URI="svn://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk/" +REVISION="1" +STATUS_HAIKU="unstable" +DEPEND="media-libs/libsdl >= 1.2 < " + +BUILD { + cd dosbox-0.74-svn + libtoolize --force --copy --install + ./autogen.sh + ./configure --prefix=/boot/common --disable-dynamic-x86 + make +} + +INSTALL { + cd dosbox-0.74-svn + make install +} + +# no TEST script available +# no patch available + +COPYRIGHT="2012 The DOSBox Team" +LICENSE="GNU GPL v2"