Initial .bep file for qemu, this doesn't yet build, but is a start. Looks like confiugure will need to be

patched.
This commit is contained in:
Scott McCreary
2010-05-16 06:11:04 +00:00
parent 2feac47061
commit 6de58767a0
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
DESCRIPTION="QEMU is a generic and open source machine emulator and virtualizer."
HOMEPAGE="http://wiki.qemu.org/"
COPYRIGHT="2003 Fabrice Bellard"
LICENSE="GNU GPLv2"
SRC_URI="http://download.savannah.gnu.org/releases/qemu/qemu-0.12.4.tar.gz"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND=""
CHECKSUM_MD5="93e6b134dff89b2799f57b7d9e0e0fc5"
BUILD {
cd qemu-0.12.4
./configure --prefix=/boot/common
make
}
INSTALL {
cd qemu-0.12.4
make install
}