fa92eca6d562366e20d55b4a0a56e17fdf267f4f
[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}/bochs/bochs-${PV}.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 }