* 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="8f4fda3969237c2a33bdb1583b5d06b2"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd libxml2-2.7.3
libtoolize --force --copy --install
aclocal
@@ -15,7 +16,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd libxml2-2.7.3
make install
}

View File

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

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5="9abc9959823ca9ff904f1fbcf21df066"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd libxml2-2.7.7
libtoolize --force --copy --install
aclocal
@@ -15,12 +16,14 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd libxml2-2.7.7
make install
}
TEST {
TEST()
{
cd libxml2-2.7.7
make tests
}

View File

@@ -20,7 +20,8 @@ BUILD_PREREQUIRES="haiku-devel >= $haikuVersion"
SOURCE_DIR="$portVersionedName"
BUILD {
BUILD()
{
libtoolize --force --copy --install
aclocal
autoconf
@@ -29,11 +30,13 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
make install
}
TEST {
TEST()
{
make tests
}

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5="c62106f02ee00b6437f0fb9d370c1093"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd libxml2-2.8.0
libtoolize --force --copy --install
aclocal
@@ -21,12 +22,14 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd libxml2-2.8.0
make install
}
TEST {
TEST()
{
cd libxml2-2.8.0
make tests
}

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5="5b9bebf4f5d2200ae2c4efe8fa6103f7"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd libxml2-2.9.0
libtoolize --force --copy --install
aclocal
@@ -22,12 +23,14 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd libxml2-2.9.0
make install
}
TEST {
TEST()
{
cd libxml2-2.9.0
make tests
}