mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Cleaned up several LICENSE entries in .bep files which didn't have matching license files.
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
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
|
||||
@@ -18,3 +16,6 @@ INSTALL {
|
||||
cd qemu-0.12.4
|
||||
make install
|
||||
}
|
||||
|
||||
COPYRIGHT="2003 Fabrice Bellard"
|
||||
LICENSE="GNU GPL v2"
|
||||
|
||||
Reference in New Issue
Block a user