mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +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 @@ CHECKSUM_MD5="e9c081360dde5e7dcb8eba3c8430fde2"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd eigen-eigen-5097c01bcdc4
|
||||
mkdir build
|
||||
cd build
|
||||
@@ -13,12 +14,14 @@ BUILD {
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd eigen-eigen-5097c01bcdc4/build
|
||||
make install
|
||||
}
|
||||
|
||||
TEST {
|
||||
TEST()
|
||||
{
|
||||
cd eigen-eigen-5097c01bcdc4/build
|
||||
make check
|
||||
}
|
||||
Reference in New Issue
Block a user