mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fix fluidsynth recipe.
This commit is contained in:
committed by
Puck Meerburg
parent
ac79ad37f1
commit
e69ef60fca
@@ -16,28 +16,37 @@ SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86"
|
||||
PROVIDES="
|
||||
fluidsynth$secondaryArchSuffix = $portVersion
|
||||
lib:libfluidsynth$secondaryArchSuffix
|
||||
cmd:fluidsynth
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondayArchSuffix >= $haikuVersion
|
||||
lib:libsndfile$secondaryArchSuffix
|
||||
lib:libreadline
|
||||
# lib:glib
|
||||
lib:libglib_2.0
|
||||
lib:libgthread_2.0
|
||||
lib:libintl
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
devel:libglib_2.0
|
||||
devel:libreadline
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:make
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PATCHES="fluidsynth-$portVersion.patchset"
|
||||
BUILD()
|
||||
{
|
||||
cmake .
|
||||
cmake . -DCMAKE_INSTALL_PREFIX=$prefix \
|
||||
-DINCLUDE_INSTALL_DIR=$relativeIncludeDir \
|
||||
-DMAN_INSTALL_DIR=$relativeManDir
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user