mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +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="9b9f6eafe1637a48a67f0a0f8f6e71ad"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd bladeenc-0.94.2
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
@@ -15,7 +16,8 @@ BUILD {
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd bladeenc-0.94.2
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user