Convert some remaining bep syntax to shell syntax

This commit is contained in:
François Revol
2013-12-07 02:00:02 +01:00
parent 086409baaf
commit 72ac1f84c6
13 changed files with 54 additions and 27 deletions

View File

@@ -6,12 +6,14 @@ REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
BUILD()
{
cd fatsort-0.9.17.269
make CFLAGS="-include /boot/develop/headers/posix/stdint.h" LDFLAGS=-ltextencoding
}
INSTALL {
INSTALL()
{
cd fatsort-0.9.17.269
make install MANDIR=/boot/common/documentation/man/man1 SBINDIR=/boot/common/bin
}