mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
WIP fluidsynth recipe, TODO:update glib
This commit is contained in:
@@ -6,19 +6,20 @@ CHECKSUM_MD5="f6e696690e989098f70641364fdffad7"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2007-2012 Josh Green, Pedro Lopez-Cabanillas, David Henningsson"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 !x86 !x86_64"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
fluidsynth$secondaryArchSuffix = $portVersion
|
||||
lib:libfluidsynth#secondaryArchSuffix
|
||||
lib:libfluidsynth$secondaryArchSuffix
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondayArchSuffix >= $haikuVersion
|
||||
lib:libsndfile$secondaryArchSuffix
|
||||
lib:libreadline
|
||||
lib:glib
|
||||
# lib:glib
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -28,6 +29,7 @@ BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
cmd:cmake
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
|
||||
Reference in New Issue
Block a user