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=""
|
||||
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
|
||||
@@ -7,7 +7,8 @@ DEPEND=""
|
||||
CHECKSUM_MD5="7654e9657691f5f09c4f481ed4686176"
|
||||
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
|
||||
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd jamvm-1.5.4
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
@@ -17,7 +18,8 @@ BUILD {
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd jamvm-1.5.4
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user