mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Cleanup fallout from cherry-picks (renaming .bep to .recipe).
This commit is contained in:
22
app-emulation/qemu/qemu-0.15.1.recipe
Normal file
22
app-emulation/qemu/qemu-0.15.1.recipe
Normal 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"
|
||||
Reference in New Issue
Block a user