mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 21:18:51 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user