mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 14:08:51 +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=""
|
||||
CHECKSUM_MD5="ef47003355a2e368e4d9596cd070ef23"
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd cherokee-1.2.101
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4
|
||||
@@ -17,12 +18,14 @@ BUILD {
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd cherokee-1.2.101
|
||||
make install
|
||||
}
|
||||
|
||||
TEST {
|
||||
TEST()
|
||||
{
|
||||
cd cherokee-1.2.101
|
||||
# make test
|
||||
# make check
|
||||
Reference in New Issue
Block a user