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