Files
haikuports/app-emulation/qemu/qemu-0.12.4.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

24 lines
472 B
Plaintext

DESCRIPTION="QEMU is a generic and open source machine emulator and virtualizer."
HOMEPAGE="http://wiki.qemu.org/"
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=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd qemu-0.12.4
make install
}
COPYRIGHT="2003 Fabrice Bellard"
LICENSE="GNU GPL v2"