Cleanup fallout from cherry-picks (renaming .bep to .recipe).

This commit is contained in:
Oliver Tappe
2013-09-17 01:14:53 +02:00
parent b0e932557c
commit 80d36572c0
8 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
DESCRIPTION="QEMU is a generic and open source machine emulator and virtualizer."
HOMEPAGE="http://wiki.qemu.org/"
SRC_URI="http://github.com/mmlr/qemu-haiku/archive/1b50193d3b850f1e64b76e9a0ee7b007387ac99b.zip"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="489f26907f807bde3c4579e4d11e1195"
BUILD {
cd qemu-haiku-1b50193d3b850f1e64b76e9a0ee7b007387ac99b
chmod +x configure
./configure
make
}
INSTALL {
cd qemu-haiku-1b50193d3b850f1e64b76e9a0ee7b007387ac99b
make install
}
COPYRIGHT="2003-2008 Fabrice Bellard"
LICENSE="GNU GPL v2"