mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
@@ -6,13 +6,15 @@ REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-util/cmake >= 2.8.3"
|
||||
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd bullet-2.78
|
||||
cmake -DBUILD_DEMOS=ON .
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd bullet-2.78
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user