mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
@@ -7,14 +7,16 @@ STATUS_HAIKU="stable"
|
||||
DEPEND="dev-libs/glib >= 2.24.1
|
||||
media-libs/libsndfile >= 1.0.18"
|
||||
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd fluidsynth-1.1-midi-buffer
|
||||
cd fluidsynth
|
||||
cmake .
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd fluidsynth-1.1-midi-buffer
|
||||
cd fluidsynth
|
||||
make install
|
||||
@@ -7,13 +7,15 @@ STATUS_HAIKU="stable"
|
||||
DEPEND="dev-libs/glib >= 2.24.1
|
||||
media-libs/libsndfile >= 1.0.18"
|
||||
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd fluidsynth-1.1.3
|
||||
cmake .
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd fluidsynth-1.1.3
|
||||
make install
|
||||
}
|
||||
@@ -8,13 +8,15 @@ DEPEND="dev-libs/glib >= 2.26.1
|
||||
media-libs/libsndfile >= 1.0.21
|
||||
sys-libs/readline >= 6.0"
|
||||
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd fluidsynth-1.1.6
|
||||
cmake .
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd fluidsynth-1.1.6
|
||||
make install prefix=`finddir B_COMMON_DIRECTORY`
|
||||
}
|
||||
Reference in New Issue
Block a user