* 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,14 +5,16 @@ REVISION="1"
STATUS_HAIKU="broken"
DEPEND=""
CHECKSUM_MD5="e2ca96bf71b014eefa11fe10a6f7d1f6"
BUILD {
BUILD()
{
cd abi-compliance-checker-1.98.3
sed -i 's/linux|freebsd|openbsd|netbsd/linux|freebsd|openbsd|netbsd|haiku/' Makefile.pl
sed -i 's/$PREFIX\/share\/$TOOL_SNAME/$PREFIX\/data\/$TOOL_SNAME/' Makefile.pl
sed -i 's/..\/share\/$TOOL_SNAME/..\/data\/$TOOL_SNAME/' Makefile.pl
}
INSTALL {
INSTALL()
{
cd abi-compliance-checker-1.98.3
mkdir -p $DESTDIR/`finddir B_COMMON_DIRECTORY`/example-descriptors
perl Makefile.pl -install --prefix=`finddir B_COMMON_DIRECTORY` \
@@ -21,7 +23,8 @@ INSTALL {
$DESTDIR/`finddir B_COMMON_DIRECTORY`/data/abi-compliance-checker
}
TEST {
TEST()
{
cd abi-compliance-checker-1.98.3
# make test
# make check

View File

@@ -5,12 +5,14 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
BUILD {
BUILD()
{
cd astyle-r339/build/gcc
make prefix=$(finddir B_COMMON_DIRECTORY)
}
INSTALL {
INSTALL()
{
cd astyle-r339/build/gcc
make install \
prefix="${DESTDIR}/$(finddir B_COMMON_DIRECTORY)" \

View File

@@ -5,12 +5,14 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
BUILD {
BUILD()
{
cd astyle-r361/build/gcc
make prefix=$(finddir B_COMMON_DIRECTORY)
}
INSTALL {
INSTALL()
{
cd astyle-r361/build/gcc
make install \
prefix="${DESTDIR}/$(finddir B_COMMON_DIRECTORY)" \

View File

@@ -5,13 +5,15 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND="qt4,
cmake"
BUILD {
BUILD()
{
cd automoc-4-git
cmake CMakeLists.txt
make
}
INSTALL {
INSTALL()
{
cd automoc-4-git
make install
}

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5 = "874da5c9035514366b7723bc7657c71c"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd bakefile-0.2.8
touch ./ChangeLog
libtoolize --force --copy --install
@@ -14,7 +15,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd bakefile-0.2.8
make install
}

View File

@@ -6,7 +6,8 @@ STATUS_HAIKU="broken"
DEPEND="dev-lang/perl >= 5.10
dev-lang/lua >= 5.1"
CHECKSUM_MD5="fd0d4a754024a39d9cf1f5e42f8075b5"
BUILD {
BUILD()
{
cd bsdbuild-2.9
cp mkconfigure.pl mkconfigure
# cp gen-dotdepend.pl gen-dotdepend-tmp.pl
@@ -24,12 +25,14 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd bsdbuild-2.9
make install
}
TEST {
TEST()
{
cd bsdbuild-2.9
# make test
# make check

View File

@@ -4,12 +4,14 @@ SRC_URI="git://git.netsurf-browser.org/buildsystem"
REVISION="1"
STATUS_HAIKU="stable"
BUILD {
BUILD()
{
cd buildsystem-0
make
}
INSTALL {
INSTALL()
{
cd buildsystem-0
make install PREFIX=/boot/common/
}

View File

@@ -5,13 +5,15 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="223449f7891e5d6a15b25100eca5cca4"
BUILD {
BUILD()
{
cd ccache-3.0.1
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
make
}
INSTALL {
INSTALL()
{
cd ccache-3.0.1
make install
}

View File

@@ -5,14 +5,16 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="676fda8a9a5e02574435c32b22942abd"
BUILD {
BUILD()
{
cd ccache-3.1.4
sed -i 's/\-lm//g' Ma*
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
make
}
INSTALL {
INSTALL()
{
cd ccache-3.1.4
make install
}

View File

@@ -5,14 +5,16 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="82257745eac54826527946e9e3d046f4"
BUILD {
BUILD()
{
cd ccache-3.1.7
sed -i 's/\-lm//g' Ma*
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
make
}
INSTALL {
INSTALL()
{
cd ccache-3.1.7
make install
}

View File

@@ -5,13 +5,15 @@ CHECKSUM_MD5="50f387d0436696c4a68b5512a72c9cde"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd cmake-2.6.4
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
INSTALL()
{
cd cmake-2.6.4
make install
}

View File

@@ -5,7 +5,8 @@ SRC_URI="git+http://cmake.org/cmake.git"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND=""
BUILD {
BUILD()
{
cd cmake-2.8-git
# cmake appends the prefix to mandir and datadir
# so using ../../ to back that part out but for some reason
@@ -19,12 +20,14 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd cmake-2.8-git
make install
}
TEST {
TEST()
{
cd cmake-2.8-git
make test
}

View File

@@ -5,13 +5,15 @@ CHECKSUM_MD5="3b3679b8a6afaedc38a8c15dd7ff4fcf"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd cmake-2.8.0
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
INSTALL()
{
cd cmake-2.8.0
make install
}

View File

@@ -5,13 +5,15 @@ CHECKSUM_MD5="feadc2e5ebbfed0efc90178583503725"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd cmake-2.8.1
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
INSTALL()
{
cd cmake-2.8.1
make install
}

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5="097278785da7182ec0aea8769d06860c"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd cmake-2.8.10.2
# cmake assumes the aclocal dir is in share/aclocal
sed -i 's/share\/aclocal/data\/aclocal/g' Source/cmakemain.cxx
@@ -18,7 +19,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd cmake-2.8.10.2
make install
}

View File

@@ -5,13 +5,15 @@ CHECKSUM_MD5="8c967d5264657a798f22ee23976ff0d9"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd cmake-2.8.2
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
INSTALL()
{
cd cmake-2.8.2
make install
}

View File

@@ -5,13 +5,15 @@ CHECKSUM_MD5="a76a44b93acf5e3badda9de111385921"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd cmake-2.8.3
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
INSTALL()
{
cd cmake-2.8.3
make install
}

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5="209b7d1d04b2e00986538d74ba764fcf"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd cmake-2.8.4
# cmake appends the prefix to mandir and datadir
# so using ../../ to back that part out but for some reason
@@ -19,7 +20,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd cmake-2.8.4
make install
}

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5="3c5d32cec0f4c2dc45f4c2e84f4a20c5"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd cmake-2.8.5
# cmake appends the prefix to mandir and datadir
# so using ../../ to back that part out but for some reason
@@ -19,7 +20,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd cmake-2.8.5
make install
}

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5 = "bd30e9cf5523cdfc019b94f5e1d7fd19"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd cppunit-1.12.1
libtoolize --force --copy --install
autoreconf -i
@@ -13,7 +14,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd cppunit-1.12.1
make install
}

View File

@@ -5,14 +5,16 @@ CHECKSUM_MD5="da43987622ace8c36bbf14c15a350ec1"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd cscope-15.7a
autoreconf -fvi
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
INSTALL()
{
cd cscope-15.7a
make install
}

View File

@@ -5,14 +5,16 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="c00f82ecdcc357434731913e5b48630d"
BUILD {
BUILD()
{
cd ctags-5.8
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man
make
}
INSTALL {
INSTALL()
{
cd ctags-5.8
make install prefix=${DESTDIR}`finddir B_COMMON_DIRECTORY` \
mandir=${DESTDIR}`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man

View File

@@ -5,13 +5,15 @@ CHECKSUM_MD5="a7d3fd1ba2a9a6c9e2b32e867b5e8792"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd diffstat-1.51
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
INSTALL()
{
cd diffstat-1.51
make install DESTDIR="${DESTDIR}"
}

View File

@@ -5,12 +5,14 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="838c08b790a5dfe9a50a4aec7947bc54"
BUILD {
BUILD()
{
cd fastdep-0.16
./configure
make
}
INSTALL {
INSTALL()
{
cd fastdep-0.16
mkdir -p ${DESTDIR}/`finddir B_COMMON_BIN_DIRECTORY`
cp -f fastdep ${DESTDIR}/`finddir B_COMMON_BIN_DIRECTORY`

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5="8317d2d6914a8e18cd725f9cd7164b87"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-util/ctags >= 5.8"
BUILD {
BUILD()
{
cd global-6.2.2
autoreconf -fi
./configure --prefix="$(finddir B_COMMON_DIRECTORY)" \
@@ -18,7 +19,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd global-6.2.2
make install
}

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5="c778d4e52a30706db7a02070cce1078c"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-util/ctags >= 5.8"
BUILD {
BUILD()
{
cd global-6.2.4
autoreconf -fi
./configure --prefix="$(finddir B_COMMON_DIRECTORY)" \
@@ -18,7 +19,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd global-6.2.4
make install
}

View File

@@ -5,7 +5,8 @@ REVISION="2"
STATUS_HAIKU="stable"
DEPEND=""
CHECKSUM_MD5="c1f1db32fb6598d6a93e6e88796a8632"
BUILD {
BUILD()
{
cd gperf-3.0.4
COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
@@ -15,7 +16,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd gperf-3.0.4
make install
}

View File

@@ -6,13 +6,15 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND="pkgconfig >= 0.23
dev-libs/libxslt >= 1.1.26"
BUILD {
BUILD()
{
cd gtk-doc-1.15
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
INSTALL()
{
cd gtk-doc-1.15
make install
}

View File

@@ -5,14 +5,16 @@ CHECKSUM_MD5="75cd31c5401c329cdefc272c60c83422"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd idutils-cvs
libtoolize --force --copy --install
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
INSTALL()
{
cd idutils-cvs
make install
}

View File

@@ -5,14 +5,16 @@ CHECKSUM_MD5="4bbd2cb0d566ab29e41088cc028ad710"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd idutils-4.2
libtoolize --force --copy --install
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
INSTALL()
{
cd idutils-4.2
make install
}

View File

@@ -7,7 +7,8 @@ DEPEND="sys-devel/gettext >= 0.17
net-misc/rsync >= 3.0.7
app-text/texi2html >= 1.82"
CHECKSUM_MD5="98beafca62472805a3739d3867d5d70f"
BUILD {
BUILD()
{
cd indent-2.2.11
libtoolize --force --copy --install
./bootstrap
@@ -15,12 +16,14 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd indent-2.2.11
make install DESTDIR=${DESTDIR}
}
TEST {
TEST()
{
cd indent-2.2.11
# make test
# make check

View File

@@ -6,7 +6,8 @@ REVISION="2"
STATUS_HAIKU="stable"
MESSAGE="Requires XML::Parser perl module installed"
DEPEND=""
BUILD {
BUILD()
{
cd intltool-0.40.6
./configure --prefix="$(finddir B_COMMON_DIRECTORY)" \
--datarootdir="$(finddir B_COMMON_DATA_DIRECTORY)" \
@@ -14,7 +15,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd intltool-0.40.6
make install
make check

View File

@@ -5,13 +5,15 @@ CHECKSUM_MD5="3fd9bca58a429fbbb1c2126f1b72aa23"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd patchutils-0.3.1
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
INSTALL()
{
cd patchutils-0.3.1
make install
}

View File

@@ -5,14 +5,16 @@ CHECKSUM_MD5="74607b4a28c9009c6aeeed0e91098917"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd patchutils-0.3.2
./configure --prefix="$(finddir B_COMMON_DIRECTORY)" \
--mandir="$(finddir B_COMMON_DOCUMENTATION_DIRECTORY)/man"
make
}
INSTALL {
INSTALL()
{
cd patchutils-0.3.2
make install
}

View File

@@ -6,17 +6,20 @@ REVISION="1"
STATUS_HAIKU="broken"
MESSAGE="This test suite requires expect, which hasn't been ported to Haiku, yet."
DEPEND=""
BUILD {
BUILD()
{
cd pjdfstest-20100807
make
}
INSTALL {
INSTALL()
{
cd pjdfstest-20100807
}
TEST {
TEST()
{
cd pjdfstest-20100807
}

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5="d922a88782b64441d06547632fd85744"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd pkg-config-0.23/glib-1.2.10
mkdir -p m4
libtoolize --force --copy --install
@@ -22,7 +23,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd pkg-config-0.23
make install
}

View File

@@ -5,7 +5,8 @@ CHECKSUM_MD5="a3270bab3f4b69b7dc6dbdacbcae9745"
REVISION="2"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd pkg-config-0.25/glib-1.2.10
mkdir -p m4
libtoolize --force --copy --install
@@ -26,7 +27,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd pkg-config-0.25
make install
}

View File

@@ -5,17 +5,20 @@ CHECKSUM_MD5="9a8e6516585c886fddc257270061b59c"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd posixtestsuite
make
}
INSTALL {
INSTALL()
{
cd posixtestsuite
make install
}
TEST {
TEST()
{
cd posixtestsuite
execute.sh
}

View File

@@ -6,12 +6,14 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd premake-4.3/build/gmake.unix
make config=release
}
INSTALL {
INSTALL()
{
cd premake-4.3/bin/release
mkdir -p $DESTDIR`finddir B_COMMON_BIN_DIRECTORY`
install -m 0755 premake4 $DESTDIR`finddir B_COMMON_BIN_DIRECTORY`

View File

@@ -6,14 +6,16 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-util/diffstat >= 1.51
sys-apps/ed >= 1.4"
BUILD {
BUILD()
{
cd quilt-0.48
autoconf
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make EDITOR=nano
}
INSTALL {
INSTALL()
{
cd quilt-0.48
make install BUILD_ROOT="${DESTDIR}"
}

View File

@@ -6,18 +6,21 @@ STATUS_HAIKU="broken"
DEPEND=""
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
CHECKSUM_MD5="4a97d8f77ed6d2c76c8bd840a43f5633"
BUILD {
BUILD()
{
cd re2c-0.13.5
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
INSTALL()
{
cd re2c-0.13.5
make install
}
TEST {
TEST()
{
cd re2c-0.13.5
# make test
# make check

View File

@@ -7,12 +7,14 @@ CHECKSUM_MD5="139ef2e108789afe25ee0bdbb138b8c0"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-lang/python <= 2.5.5"
BUILD {
BUILD()
{
cd scons-1.0.1
python2.5 setup.py build
}
INSTALL {
INSTALL()
{
cd scons-1.0.1
if [ ! -z ${DESTDIR} ];then
python2.5 setup.py install --root="${DESTDIR}" --prefix="/boot/common" --symlink-scons --standard-lib

View File

@@ -7,12 +7,14 @@ CHECKSUM_MD5="139ef2e108789afe25ee0bdbb138b8c0"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-lang/python >= 2.5.4"
BUILD {
BUILD()
{
cd scons-1.0.1
python setup.py build
}
INSTALL {
INSTALL()
{
cd scons-1.0.1
if [ ! -z ${DESTDIR} ];then
python setup.py install --root="${DESTDIR}" --prefix="/boot/common" --symlink-scons --standard-lib

View File

@@ -7,7 +7,8 @@ CHECKSUM_MD5="beca648b894cdbf85383fffc79516d18"
REVISION="2"
STATUS_HAIKU="stable"
DEPEND="dev-lang/python >= 2.5.4"
BUILD {
BUILD()
{
cd scons-2.0.1
for f in "script/scons script/scons-time script/sconsign"; do
sed -i -e "s@#! /usr/bin/env python@#! /bin/env python@" $f
@@ -15,7 +16,8 @@ BUILD {
python setup.py build
}
INSTALL {
INSTALL()
{
if [ ! -z ${DESTDIR} ]; then
options="${options} --root=${DESTDIR}"
fi

View File

@@ -7,7 +7,8 @@ CHECKSUM_MD5="f737f474a02d08156c821bd2d4d4b632"
REVISION="2"
STATUS_HAIKU="stable"
DEPEND="dev-lang/python >= 2.5.4"
BUILD {
BUILD()
{
cd scons-2.2.0
for f in "script/scons script/scons-time script/sconsign"; do
sed -i -e "s@#! /usr/bin/env python@#! /bin/env python@" $f
@@ -15,7 +16,8 @@ BUILD {
python setup.py build
}
INSTALL {
INSTALL()
{
if [ ! -z ${DESTDIR} ]; then
options="${options} --root=${DESTDIR}"
fi