* 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,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