mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
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:
25
app-emulation/dosbox/dosbox-0.74-svn.bep
Normal file
25
app-emulation/dosbox/dosbox-0.74-svn.bep
Normal 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"
|
||||
Reference in New Issue
Block a user