* 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

@@ -10,14 +10,16 @@ DEPEND="dev-util/pkgconfig >= 0.23
net-misc/curl >= 7.20.1
dev-libs/libevent >= 1.4.11"
BUILD {
BUILD()
{
cd transmission-1.72
autoreconf -vfi
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
INSTALL()
{
cd transmission-1.72
make install
}

View File

@@ -10,14 +10,16 @@ DEPEND="dev-util/pkgconfig >= 0.23
net-misc/curl >= 7.20.1
dev-libs/libevent >= 1.4.11"
BUILD {
BUILD()
{
cd transmission-1.73
autoreconf -vfi
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
INSTALL()
{
cd transmission-1.73
make install
}

View File

@@ -12,14 +12,16 @@ DEPEND="dev-util/pkgconfig >= 0.23
net-misc/curl >= 7.20.1
dev-libs/libevent >= 1.4.11"
BUILD {
BUILD()
{
cd transmission-1.93
autoreconf -vfi
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
INSTALL()
{
cd transmission-1.93
make install
}

View File

@@ -12,14 +12,16 @@ DEPEND="dev-util/pkgconfig >= 0.23
net-misc/curl >= 7.20.1
dev-libs/libevent >= 1.4.11"
BUILD {
BUILD()
{
cd transmission-2.01
autoreconf -vfi
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
INSTALL()
{
cd transmission-2.01
make install
}

View File

@@ -12,14 +12,16 @@ DEPEND="dev-util/pkgconfig >= 0.23
net-misc/curl >= 7.20.1
dev-libs/libevent >= 1.4.11"
BUILD {
BUILD()
{
cd transmission-2.12
autoreconf -vfi
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
INSTALL()
{
cd transmission-2.12
make install
}

View File

@@ -11,7 +11,8 @@ DEPEND="dev-util/pkgconfig >= 0.23
net-misc/curl >= 7.20.1
dev-libs/libevent >= 2.0.10"
BUILD {
BUILD()
{
cd transmission-2.21
autoreconf -vfi
@@ -26,7 +27,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd transmission-2.21
make install
}

View File

@@ -13,7 +13,8 @@ DEPEND="dev-util/pkgconfig >= 0.23
dev-libs/libevent >= 2.0.10
dev-libs/openssl >= 0.9.8"
BUILD {
BUILD()
{
cd transmission-2.73
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
@@ -24,7 +25,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd transmission-2.73
make install
}

View File

@@ -13,7 +13,8 @@ DEPEND="dev-util/pkgconfig >= 0.23
dev-libs/libevent >= 2.0.10
dev-libs/openssl >= 0.9.8"
BUILD {
BUILD()
{
cd transmission-2.75
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
@@ -24,7 +25,8 @@ BUILD {
make
}
INSTALL {
INSTALL()
{
cd transmission-2.75
make install
}