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.
This commit is contained in:
Adrien Destugues
2012-10-22 20:59:33 +00:00
parent 781f91418e
commit b0db5bf954

View File

@@ -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"