From 6de58767a00d012b352a224d1d67a905589a85de Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sun, 16 May 2010 06:11:04 +0000 Subject: [PATCH] Initial .bep file for qemu, this doesn't yet build, but is a start. Looks like confiugure will need to be patched. --- .../qemu/{ => patches}/qemu-trunk.git.diff | 0 app-emulation/qemu/qemu-0.12.4.bep | 20 +++++++++++++++++++ 2 files changed, 20 insertions(+) rename app-emulation/qemu/{ => patches}/qemu-trunk.git.diff (100%) create mode 100644 app-emulation/qemu/qemu-0.12.4.bep diff --git a/app-emulation/qemu/qemu-trunk.git.diff b/app-emulation/qemu/patches/qemu-trunk.git.diff similarity index 100% rename from app-emulation/qemu/qemu-trunk.git.diff rename to app-emulation/qemu/patches/qemu-trunk.git.diff diff --git a/app-emulation/qemu/qemu-0.12.4.bep b/app-emulation/qemu/qemu-0.12.4.bep new file mode 100644 index 000000000..61bd081b7 --- /dev/null +++ b/app-emulation/qemu/qemu-0.12.4.bep @@ -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 +}