mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +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,16 +1,15 @@
|
||||
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="git+https://github.com/mmlr/qemu-haiku.git#4444401842251c18147f83c7d960ec3a82f2b9cb"
|
||||
COPYRIGHT="2003-2014 Fabrice Bellard"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="git+https://github.com/mmlr/qemu-haiku.git#4444401842251c18147f83c7d960ec3a82f2b9cb"
|
||||
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||
@@ -52,7 +51,6 @@ PROVIDES="
|
||||
cmd:qemu_system_xtensa$secondaryArchSuffix = $portVersion
|
||||
cmd:qemu_system_xtensaeb$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
@@ -68,7 +66,6 @@ BUILD_REQUIRES="
|
||||
devel:libglib_2.0$secondaryArchSuffix >= 0.38
|
||||
devel:libpixman_1${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:awk
|
||||
|
||||
Reference in New Issue
Block a user