mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-18 01:30:07 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
@@ -5,11 +5,13 @@ REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-lang/python >= 2.6.4"
|
||||
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
echo "No build step"
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd cnf-1.0-git
|
||||
python install_cnf.py
|
||||
}
|
||||
Reference in New Issue
Block a user