UmVirt LFS Package info

DB commit: 06a3bafc31a9f2da2aecdf7c1c6e8b91885cb553
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

bochs

Bochs is a portable x86 PC emulation software package that emulates enough of the x86 CPU, related AT hardware, and BIOS to run Windows, Linux, *BSD, Minix, and other OS's, all on your workstation.

Package info

Codename: bochs
Source file: bochs-2.8.tar.gz
Source directory: bochs-2.8
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/b/bochs-2.8.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/b/bochs-2.8.tar.gz.md5sum
Dependances: SDL2, libvncserver, SDL2_net, wxWidgets, SDL2_mixer.
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc \
$ARG_STATIC \
--enable-shared \
--enable-debugger \
--enable-usb \
--enable-usb-ohci \
--enable-usb-ehci \
--enable-usb-xhci \
--enable-ne2000 \
--enable-e1000 \
--enable-voodoo \
--enable-sb16 \
--enable-es1370 \
--with-sdl2 \
--with-vncsrv \
--with-rfb \
--with-nogui \
--with-wx

Build script:
make

Install script:
make install

install -v -m644 gui/icon_bochs.xpm /usr/share/bochs/

cat >> /usr/share/applications/bochs.desktop << EOF
[Desktop Entry]
Name=BOCHS
Comment=BOCHS Emulator
Exec=/usr/bin/bochs
Terminal=true
Type=Application
Icon=/usr/share/bochs/icon_bochs.xpm
Categories=System;Emulator;
EOF