* 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

@@ -6,7 +6,8 @@ REVISION="1"
STATUS_HAIKU="untested"
DEPEND="sys-libs/readline >= 5.2"
BUILD {
BUILD()
{
cd mysql-5.0.83
libtoolize --force --install --copy
aclocal
@@ -15,7 +16,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd mysql-5.0.83
make install
}

View File

@@ -5,18 +5,21 @@ REVISION="1"
STATUS_HAIKU="broken"
DEPEND="dev-libs/libedit >= 20100424"
CHECKSUM_MD5="80390514d568a7af5ab61db1cda27e29"
BUILD {
BUILD()
{
cd postgresql-9.0.4
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-template=haiku
make
}
INSTALL {
INSTALL()
{
cd postgresql-9.0.4
make install
}
TEST {
TEST()
{
cd postgresql-9.0.4
# make test
# make check

View File

@@ -5,18 +5,21 @@ REVISION="1"
STATUS_HAIKU="broken"
DEPEND="dev-libs/libedit >= 20100424"
CHECKSUM_MD5="59f42a93695b0186ed5eb03c2653a7d4"
BUILD {
BUILD()
{
cd postgresql-9.2.3
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-template=haiku
make
}
INSTALL {
INSTALL()
{
cd postgresql-9.2.3
make install
}
TEST {
TEST()
{
cd postgresql-9.2.3
# make test
# make check

View File

@@ -6,12 +6,14 @@ DEPEND=""
CHECKSUM_MD5= "5501c90ca02ae7ea93c34f067b3e0619"
STATUS_HAIKU="broken"
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
BUILD {
BUILD()
{
cd redis-2.2.11
make PREFIX=`finddir B_COMMON_DIRECTORY`
}
INSTALL {
INSTALL()
{
cd redis-2.2.11
make install PREFIX=`finddir B_COMMON_DIRECTORY`
}

View File

@@ -6,12 +6,14 @@ DEPEND=""
STATUS_HAIKU="stable"
# CHECKSUM_MD5= "5501c90ca02ae7ea93c34f067b3e0619"
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
BUILD {
BUILD()
{
cd redis-2.9.0-git
make PREFIX=`finddir B_COMMON_DIRECTORY`
}
INSTALL {
INSTALL()
{
cd redis-2.9.0-git
make install PREFIX=`finddir B_COMMON_DIRECTORY`
}

View File

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

View File

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

View File

@@ -5,7 +5,8 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="c97df403e8a3d5b67bb408fcd6aabd8e"
BUILD {
BUILD()
{
cd sqlite-autoconf-3071300
libtoolize --force --copy --install
aclocal
@@ -17,7 +18,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd sqlite-autoconf-3071300
make install
}

View File

@@ -5,7 +5,8 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="a67c25afa199a11f0a37aff7ed9d2c14"
BUILD {
BUILD()
{
cd sqlite-autoconf-3071501
libtoolize --force --copy --install
aclocal
@@ -17,7 +18,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd sqlite-autoconf-3071501
make install
}

View File

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

View File

@@ -5,7 +5,8 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="74fe78b264f1c434c4b159d45b78e9b7"
BUILD {
BUILD()
{
cd sqlite-3.7.3
libtoolize --force --copy --install
aclocal
@@ -15,7 +16,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd sqlite-3.7.3
make install
}

View File

@@ -5,7 +5,8 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="8f0c690bfb33c3cbbc2471c3d9ba0158"
BUILD {
BUILD()
{
cd sqlite-autoconf-3070400
libtoolize --force --copy --install
aclocal
@@ -15,7 +16,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd sqlite-autoconf-3070400
make install
}

View File

@@ -22,7 +22,8 @@ BUILD_PREREQUIRES="haiku-devel >= $haikuVersion"
SOURCE_DIR="sqlite-autoconf-3070500"
BUILD {
BUILD()
{
libtoolize --force --copy --install
aclocal
autoconf
@@ -31,7 +32,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
make install
}

View File

@@ -5,7 +5,8 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="f16c08617968b4087b3d591fd575f59f"
BUILD {
BUILD()
{
cd sqlite-autoconf-3070602
libtoolize --force --copy --install
aclocal
@@ -17,7 +18,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd sqlite-autoconf-3070602
make install
}

View File

@@ -5,7 +5,8 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="554026fe7fac47b1cf61c18d5fe43419"
BUILD {
BUILD()
{
cd sqlite-autoconf-3070701
libtoolize --force --copy --install
aclocal
@@ -17,7 +18,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd sqlite-autoconf-3070701
make install
}