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 @@ REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
DEPEND="dev-util/treecc"
|
||||
CHECKSUM_MD5="84cb3612d7175bd9e476c88e66fe19f9"
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd pnet-0.8.0
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
@@ -15,7 +16,8 @@ BUILD {
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd pnet-0.8.0
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user