* 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

@@ -6,14 +6,16 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND="x11-misc/util-macros >= 1.7.0"
BUILD {
BUILD()
{
cd inputproto-2.0
libtoolize --force --copy --install
autoreconf -i
./configure --prefix=`finddir B_COMMON_DIRECTORY`
}
INSTALL {
INSTALL()
{
cd inputproto-2.0
make install
}

View File

@@ -6,14 +6,16 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND="x11-misc/util-macros >= 1.7.0"
BUILD {
BUILD()
{
cd kbproto-1.0.4
libtoolize --force --copy --install
autoreconf -i
./configure --prefix=`finddir B_COMMON_DIRECTORY`
}
INSTALL {
INSTALL()
{
cd kbproto-1.0.4
make install
}

View File

@@ -6,7 +6,8 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND="x11-misc/util-macros >= 1.7.0"
BUILD {
BUILD()
{
cd xcb-proto-1.6
libtoolize --force --copy --install
autoreconf -i
@@ -14,7 +15,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd xcb-proto-1.6
make install
}

View File

@@ -6,14 +6,16 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND="x11-misc/util-macros >= 1.7.0"
BUILD {
BUILD()
{
cd xextproto-7.1.1
libtoolize --force --copy --install
autoreconf -i
./configure --prefix=`finddir B_COMMON_DIRECTORY`
}
INSTALL {
INSTALL()
{
cd xextproto-7.1.1
make install
}

View File

@@ -5,14 +5,16 @@ CHECKSUM_MD5="6e6b6510ccd568f82093ebd7ae58700b"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="x11-misc/util-macros >= 1.7.0"
BUILD {
BUILD()
{
cd xproto-7.0.16
libtoolize --force --copy --install
autoreconf -i
./configure --prefix=`finddir B_COMMON_DIRECTORY`
}
INSTALL {
INSTALL()
{
cd xproto-7.0.16
make install
}

View File

@@ -13,7 +13,8 @@ SRC_URI="git://anongit.freedesktop.org/xorg/proto/xproto"
REVISION="1"
STATUS_HAIKU="untested"
DEPEND=""
BUILD {
BUILD()
{
cd xproto-7.0.23-git
./autogen.sh -V
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
@@ -21,7 +22,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd xproto-7.0.23-git
make install
}