* convert all .bep files to follow shell syntax

* rename all .bep files to .recipe
This commit is contained in:
Oliver Tappe
2013-03-29 16:31:03 +00:00
parent 94cc6aaf85
commit 60aba35d64
937 changed files with 4094 additions and 2047 deletions

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5="9b9f6eafe1637a48a67f0a0f8f6e71ad"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd bladeenc-0.94.2
libtoolize --force --copy --install
aclocal
@@ -15,7 +16,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd bladeenc-0.94.2
make install
}

View File

@@ -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

View File

@@ -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
}

View File

@@ -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`
}

View File

@@ -7,12 +7,14 @@ STATUS_HAIKU="stable"
MESSAGE="This port only builds with gcc2. Use 'setgcc gcc2' before building."
DEPEND="dev-lang/nasm"
BUILD {
BUILD()
{
cd gogo-no-coda-master/linux
make
}
INSTALL {
INSTALL()
{
cd gogo-no-coda-master/linux
make install prefix=`finddir B_COMMON_DIRECTORY`
}

View File

@@ -7,13 +7,15 @@ DEPEND="media-libs/libsamplerate >= 0.1.8
media-libs/libsndfile >= 1.0.21"
#CHECKSUM_MD5=""
MESSAGE="This port only builds with gcc4."
BUILD {
BUILD()
{
cd jack2-1.9.8
python ./waf configure --prefix=/boot/common/
python ./waf build
}
INSTALL {
INSTALL()
{
cd jack2-1.9.8
python ./waf build install
}

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5="8e9866ad6b570c6c95c8cba48060473f"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd lame-3.98.4
mkdir -p m4
# configure checks for gtk, but they didn't include the gtk.m4 so we need to.
@@ -18,7 +19,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd lame-3.98.4
make install
}

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5="7abacd1d0a65a63733335786015626db"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd lame-3.99
mkdir -p m4
# configure checks for gtk, but they didn't include the gtk.m4 so we need to.
@@ -18,7 +19,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd lame-3.99
make install
}

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5="719dae0ee675d0c16e0e89952930ed35"
REVISION="1"
STATUS_HAIKU="untested"
DEPEND="dev-lang/nasm >= 2.03.01"
BUILD {
BUILD()
{
cd lame-398-2
libtoolize --force --copy --install
aclocal
@@ -15,7 +16,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd lame-398-2
make install
}

View File

@@ -7,14 +7,16 @@ REVISION="1"
DEPEND="media-libs/libsdl >= 1.2
sys-libs/zlib >= 1.2.5"
BUILD {
BUILD()
{
cd 'MilkyTracker Source Code'/platforms/haiku
bash ./Add_Jamfiles.sh
cd ../..
jam
}
INSTALL {
INSTALL()
{
cd 'MilkyTracker Source Code'/src/tracker
APPDIR=`finddir B_APPS_DIRECTORY`/MilkyTracker
APPSETTINGSDIR=`finddir B_USER_SETTINGS_DIRECTORY`/MilkyTracker/

View File

@@ -5,7 +5,8 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND="media-libs/libsdl >= 1.2"
CHECKSUM_MD5="e7d810a75d22954169f1530a436aca4c"
BUILD {
BUILD()
{
cd mpg123-1.12.1
libtoolize --force --copy --install
aclocal
@@ -14,7 +15,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd mpg123-1.12.1
make install
}

View File

@@ -5,14 +5,16 @@ SRC_URI="hg+http://hg.atheme.org/naspro"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd naspro-0.2.9-hg/naspro-core
./autogen.sh
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
INSTALL()
{
cd naspro-0.2.9-hg-core
make install
}

View File

@@ -10,14 +10,16 @@ DEPEND="media-libs/libvorbis >= 1.3.1
# media-libs/flac >= 1.2.1"
# ncurses zlib ... cf. ocp.spec
MESSAGE="This port requires gcc4"
BUILD {
BUILD()
{
cd code
autoconf
CPPFLAGS=-I/boot/common/include LDFLAGS=-L/boot/common/lib ./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
INSTALL()
{
cd code
make install
}

View File

@@ -11,14 +11,16 @@ DEPEND="media-libs/libvorbis >= 1.3.1
# media-libs/flac >= 1.2.1"
# ncurses zlib ... cf. ocp.spec
MESSAGE="This port requires gcc4"
BUILD {
BUILD()
{
cd ocp-snapshot-20110319
autoconf
CPPFLAGS=-I/boot/common/include LDFLAGS=-L/boot/common/lib ./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
INSTALL()
{
cd ocp-snapshot-20110319
make install
}

View File

@@ -11,14 +11,16 @@ DEPEND="media-libs/libvorbis >= 1.3.1
# media-libs/flac >= 1.2.1"
# ncurses zlib ... cf. ocp.spec
MESSAGE="This port requires gcc4"
BUILD {
BUILD()
{
cd ocp-snapshot-20110320
autoconf
CPPFLAGS=-I/boot/common/include LDFLAGS=-L/boot/common/lib ./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
INSTALL()
{
cd ocp-snapshot-20110320
make install
}

View File

@@ -4,7 +4,8 @@ SRC_URI="hg+http://opensound.hg.sourceforge.net:8000/hgroot/opensound/opensound/
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd opensound-232d0de71550
mkdir -p build
cd build
@@ -12,7 +13,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd opensound-232d0de71550/build
if [ -n "${DESTDIR}" ];then
make package

View File

@@ -5,7 +5,8 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="da28b1fea261554a1480fcd3c5509cb5"
BUILD {
BUILD()
{
cd oss-v4.2-build2002-src-bsd
mkdir -p build
cd build
@@ -13,7 +14,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd oss-v4.2-build2002-src-bsd/build
if [ -n "${DESTDIR}" ];then
make package

View File

@@ -4,7 +4,8 @@ SRC_URI="hg+http://mercurial.opensound.com/#cac211efd60d"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd opensound-cac211efd60d
mkdir -p build
cd build
@@ -12,7 +13,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd opensound-cac211efd60d/build
if [ -n "${DESTDIR}" ];then
make package

View File

@@ -7,7 +7,8 @@ MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
DEPEND="libsdl >= 1.2.14
gcc >= 4"
#CHECKSUM_MD5=""
BUILD {
BUILD()
{
cd schismtracker-20100713
aclocal
autoconf
@@ -17,7 +18,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd schismtracker-20100713
make install
}

View File

@@ -5,7 +5,8 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="4113d8aa80194459b45b83d4dbde8ddb"
BUILD {
BUILD()
{
cd twolame-0.3.13
COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
@@ -15,7 +16,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd twolame-0.3.13
make install
}

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5="df976d24e51ef3d87cd462edf747bf9a"
REVISION="1"
STATUS_HAIKU="untested"
DEPEND=""
BUILD {
BUILD()
{
cd vorbis-tools-1.2.0
libtoolize --force --copy --install
aclocal -I m4
@@ -15,7 +16,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd vorbis-tools-1.2.0
make install
}

View File

@@ -8,7 +8,8 @@ DEPEND="media-libs/libvorbis >= 1.3.1
media-libs/flac >= 1.2.1
media-libs/libao >= 1.0.0
media-libs/speex >1.2"
BUILD {
BUILD()
{
cd vorbis-tools-1.4.0
libtoolize --force --copy --install
aclocal -I m4
@@ -21,7 +22,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd vorbis-tools-1.4.0
make install
}