3e85d749b9f3387804c5ec8fe125c5635ee4136e
[vuplus_openembedded] / bochs / bochs_2.1.oe
1 DESCRIPTION = "x86 Emulator based on SDL"
2 SECTION = "base"
3 PRIORITY = "optional"
4 RDEPENDS = "libc6 libsdl-qpe"
5 DEPENDS = "virtual/libc libsdl-qpe"
6
7 SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz \
8           file://${FILESDIR}/compile.patch;patch=1
9
10 inherit autotools libtool
11
12 EXTRA_OECONF =  --without-x                 \
13                 --without-x11               \
14                 --without-beos              \
15                 --without-win32             \
16                 --without-macos             \
17                 --without-carbon            \
18                 --without-nogui             \
19                 --without-term              \
20                 --without-rfb               \
21                 --without-amigaos           \
22                 --with-sdl                  \
23                 --without-svga              \
24                 --without-wx
25
26 do_compile() {
27         oe_runmake bochs bximage bxcommit
28 }
29
30 do_install() {
31         oe_runmake -i install # yes, ugly i know... but i can't get rid of that bailing out docbook crap atm.
32 }