mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
@@ -4,12 +4,14 @@ SRC_URI="http://download.netsurf-browser.org/libs/releases/libparserutils-0.1.1-
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd libparserutils-0.1.1
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd libparserutils-0.1.1
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user