* 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="gettext = 0.18.1.1-dev"
CHECKSUM_MD5="736a03daa9dc5873047d4eb4a9c22a16"
BUILD {
BUILD()
{
cd libgpg-error-1.10
cd po
touch t-cs.gmo t-de.gmo t-fr.gmo t-it.gmo t-nl.gmo \
@@ -17,7 +18,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd libgpg-error-1.10
make install
}

View File

@@ -5,14 +5,16 @@ REVISION="1"
STATUS_HAIKU="untested"
DEPEND=""
CHECKSUM_MD5="62c0d09d1e76c5b6da8fff92314c4665"
BUILD {
BUILD()
{
cd libgpg-error-1.7
autoreconf -vfi -Im4
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
INSTALL()
{
cd libgpg-error-1.7
make install
}