mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 14:08:51 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
@@ -5,7 +5,8 @@ CHECKSUM_MD5="8e9866ad6b570c6c95c8cba48060473f"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd lame-3.98.4
|
||||
mkdir -p m4
|
||||
# configure checks for gtk, but they didn't include the gtk.m4 so we need to.
|
||||
@@ -18,7 +19,8 @@ BUILD {
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd lame-3.98.4
|
||||
make install
|
||||
}
|
||||
@@ -5,7 +5,8 @@ CHECKSUM_MD5="7abacd1d0a65a63733335786015626db"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd lame-3.99
|
||||
mkdir -p m4
|
||||
# configure checks for gtk, but they didn't include the gtk.m4 so we need to.
|
||||
@@ -18,7 +19,8 @@ BUILD {
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd lame-3.99
|
||||
make install
|
||||
}
|
||||
@@ -5,7 +5,8 @@ CHECKSUM_MD5="719dae0ee675d0c16e0e89952930ed35"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="untested"
|
||||
DEPEND="dev-lang/nasm >= 2.03.01"
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd lame-398-2
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
@@ -15,7 +16,8 @@ BUILD {
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd lame-398-2
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user