mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +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 = "874da5c9035514366b7723bc7657c71c"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd bakefile-0.2.8
|
||||
touch ./ChangeLog
|
||||
libtoolize --force --copy --install
|
||||
@@ -14,7 +15,8 @@ BUILD {
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd bakefile-0.2.8
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user