mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
De-Lint recipes.
* netpbm Re-arranged copright madness. * pygame Re-ordering blocks. Re-formatted patch properly. Added formerly undeclared patch. Doesn't build with or without. * python3_mako, python_mako Removed "." from SUMMARY. Re-ordering blocks. * python3_setuptools, python_setuptools Removed "." from SUMMARY. Re-ordering blocks. * qemu Removed "." from SUMMARY. Re-ordering blocks. * quassel Removed "." from SUMMARY. Re-ordering blocks. * qupzilla Removed "." from SUMMARY. Re-ordering blocks.
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
SUMMARY="QEMU is a generic and open source machine emulator and virtualizer."
|
||||
DESCRIPTION="
|
||||
QEMU is a generic and open source machine emulator and virtualizer.
|
||||
SUMMARY="A generic and open source machine emulator and virtualizer"
|
||||
DESCRIPTION="QEMU is a generic and open source machine emulator and virtualizer.
|
||||
|
||||
QEMU can run OSes and programs made for one machine (e.g. an ARM board) on a \
|
||||
different machine (e.g. your own PC). By using dynamic translation, it \
|
||||
achieves very good performance.
|
||||
"
|
||||
achieves very good performance."
|
||||
HOMEPAGE="http://wiki.qemu.org/"
|
||||
SOURCE_URI="http://wiki.qemu-project.org/download/qemu-2.0.0.tar.bz2"
|
||||
CHECKSUM_SHA256="60cc1aa0cad39cec891f970bed60ca8a484f071adad4943123599ac223543a3b"
|
||||
COPYRIGHT="2003-2014 Fabrice Bellard"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://wiki.qemu-project.org/download/qemu-2.0.0.tar.bz2"
|
||||
CHECKSUM_SHA256="60cc1aa0cad39cec891f970bed60ca8a484f071adad4943123599ac223543a3b"
|
||||
PATCHES="qemu-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||
@@ -53,9 +53,6 @@ PROVIDES="
|
||||
cmd:qemu_system_xtensa$secondaryArchSuffix = $portVersion
|
||||
cmd:qemu_system_xtensaeb$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
PATCHES="qemu-$portVersion.patchset"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
@@ -73,7 +70,6 @@ BUILD_REQUIRES="
|
||||
glib2${secondaryArchSuffix}_devel >= 2.12
|
||||
pixman${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:awk
|
||||
|
||||
Reference in New Issue
Block a user