mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Fix ordering
This commit is contained in:
@@ -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
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user