Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -3,12 +3,12 @@ DESCRIPTION="
Port Audio is a free, cross-platform, audio I/O library.
"
HOMEPAGE="http://portaudio.com"
COPYRIGHT="1999-2011 Ross Bencina and Phil Burk"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="http://portaudio.com/archives/pa_stable_v19_20111121.tgz"
CHECKSUM_SHA256="9c26d1330d506496789edafe55b0386f20d83c4aa2c0e3f81fbeb0f114ab1b99"
LICENSE="MIT"
COPYRIGHT="1999-2011 Ross Bencina and Phil Burk"
REVISION="1"
SOURCE_DIR="portaudio"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -17,17 +17,16 @@ PROVIDES="
portaudio$secondaryArchSuffix = $portVersion
lib:libportaudio$secondaryArchSuffix = 19
"
REQUIRES="
haiku
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:cmake
cmd:gcc${secondaryArchSuffix}
cmd:ld${secondaryArchSuffix}
cmd:make
PROVIDES_devel="
devel:libportaudio = 19
devel:libportaudio_static = 19
"
REQUIRES_devel="
libportaudio == $portVersion base
"
BUILD_REQUIRES="
@@ -35,8 +34,13 @@ BUILD_REQUIRES="
cmd:cmake
cmd:make
"
SOURCE_DIR="portaudio"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:cmake
cmd:gcc${secondaryArchSuffix}
cmd:ld${secondaryArchSuffix}
cmd:make
"
BUILD()
{
@@ -62,12 +66,3 @@ INSTALL()
packageEntries devel \
$developDir
}
PROVIDES_devel="
devel:libportaudio = 19
devel:libportaudio_static = 19
"
REQUIRES_devel="
libportaudio == $portVersion base
"