mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20: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 @@ REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="e482932e544c847761449b106ecbc483"
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd orc-0.4.16
|
||||
autoconf
|
||||
COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
|
||||
@@ -15,7 +16,8 @@ BUILD {
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd orc-0.4.16
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user