* 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

@@ -7,7 +7,8 @@ CHECKSUM_MD5="ad47b23778f64edadaaa8b5534986eed"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd Python-2.5.4/Modules/_ctypes/libffi
libtoolize --force --copy --install
aclocal
@@ -20,7 +21,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd Python-2.5.4
make install
}

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5="17dcac33e4f3adb69a57c2607b6de246"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd Python-2.6.4/Modules/_ctypes/libffi
libtoolize --force --copy --install
cd ../../..
@@ -17,7 +18,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd Python-2.6.4
make install
}

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5="cd04b5b9383b6c1fccdaa991af762cf4"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd Python-2.6.5/Modules/_ctypes/libffi
libtoolize --force --copy --install
cd ../../..
@@ -17,7 +18,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd Python-2.6.5
make install
}

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5="cf4e6881bb84a7ce6089e4a307f71f14"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="sys-libs/readline >= 6.0"
BUILD {
BUILD()
{
cd Python-2.6.6/Modules/_ctypes/libffi
libtoolize --force --copy --install
cd ../../..
@@ -20,12 +21,14 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd Python-2.6.6
make install
}
TEST {
TEST()
{
cd Python-2.6.6
cd Lib/test
rm test_asynchat.py # this one stalls, so skip it for now

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5="d40ef58ed88438a870bbeb0ac5d4217b"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="sys-libs/readline >= 6.0"
BUILD {
BUILD()
{
cd Python-2.6.7/Modules/_ctypes/libffi
libtoolize --force --copy --install
cd ../../..
@@ -20,12 +21,14 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd Python-2.6.7
make install
}
TEST {
TEST()
{
cd Python-2.6.7
cd Lib/test
rm test_asynchat.py # this one stalls, so skip it for now

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5="c6e0420a21d8b23dee8b0195c9b9a125"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="sys-libs/readline >= 6.0"
BUILD {
BUILD()
{
cd Python-2.6.8/Modules/_ctypes/libffi
libtoolize --force --copy --install
cd ../../..
@@ -20,12 +21,14 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd Python-2.6.8
make install
}
TEST {
TEST()
{
cd Python-2.6.8
cd Lib/test
rm test_asynchat.py # this one stalls, so skip it for now

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5="aa27bc25725137ba155910bd8e5ddc4f"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="sys-libs/readline >= 6.0"
BUILD {
BUILD()
{
cd Python-2.7.1/Modules/_ctypes/libffi
libtoolize --force --copy --install
cd ../../..
@@ -20,12 +21,14 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd Python-2.7.1
make install
}
TEST {
TEST()
{
cd Python-2.7.1
cd Lib/test
rm test_asynchat.py # this one stalls, so skip it for now

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5="92e94b5b6652b96349d6362b8337811d"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="sys-libs/readline >= 6.0"
BUILD {
BUILD()
{
cd Python-3.2/Modules/_ctypes/libffi
libtoolize --force --copy --install
cd ../../..
@@ -21,12 +22,14 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd Python-3.2
make install
}
TEST {
TEST()
{
cd Python-3.2
cd Lib/test
rm test_asynchat.py # this one stalls, so skip it for now