mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
45 lines
1.0 KiB
Plaintext
45 lines
1.0 KiB
Plaintext
SUMMARY="Fluidsynth is a software real-time synthesizer based on the Soundfont 2 specifications."
|
|
DESCRIPTION="Fluidsynth is a software real-time synthesizer based on the Soundfont 2 specifications."
|
|
HOMEPAGE="http://www.fluidsynth.org/"
|
|
SRC_URI="http://sourceforge.net/projects/fluidsynth/files/fluidsynth-1.1.6/fluidsynth-1.1.6.tar.bz2/download"
|
|
CHECKSUM_MD5="f6e696690e989098f70641364fdffad7"
|
|
LICENSE="GNU LGPL v2.1"
|
|
COPYRIGHT="2007-2012 Josh Green, Pedro Lopez-Cabanillas, David Henningsson"
|
|
|
|
REVISION="1"
|
|
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
|
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
|
|
|
PROVIDES="
|
|
fluidsynth$secondaryArchSuffix = $portVersion
|
|
lib:libfluidsynth$secondaryArchSuffix
|
|
"
|
|
|
|
REQUIRES="
|
|
haiku$secondayArchSuffix >= $haikuVersion
|
|
lib:libsndfile$secondaryArchSuffix
|
|
lib:libreadline
|
|
# lib:glib
|
|
"
|
|
|
|
BUILD_REQUIRES="
|
|
"
|
|
|
|
BUILD_PREREQUIRES="
|
|
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
|
cmd:cmake
|
|
cmd:make
|
|
cmd:gcc$secondaryArchSuffix
|
|
"
|
|
|
|
BUILD()
|
|
{
|
|
cmake .
|
|
make $jobArgs
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
make install
|
|
}
|