mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
@@ -8,12 +8,14 @@ REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
DEPEND="dev-util/scons >= 1.0.1
|
||||
dev-lang/python >= 2.6.0"
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd blender-2.49b
|
||||
scons
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
# TODO
|
||||
exit 1
|
||||
}
|
||||
Reference in New Issue
Block a user