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