mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 21:30:08 +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="90c6571b8b0309e372faa0f9f6255ea9"
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd classpath-0.98
|
||||
libtoolize --force --copy --install
|
||||
aclocal -I m4
|
||||
@@ -23,12 +24,14 @@ BUILD {
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd classpath-0.98
|
||||
make install
|
||||
}
|
||||
|
||||
TEST {
|
||||
TEST()
|
||||
{
|
||||
cd classpath-0.98
|
||||
# make test
|
||||
# make check
|
||||
Reference in New Issue
Block a user