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,12 +5,14 @@ CHECKSUM_MD5="ab3d3a5f71ebb6fe4fd33539f5d5768e"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="untested"
|
||||
DEPEND="dev-lang/python >= 2.6.4"
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd rdflib-3.2.0
|
||||
python setup.py build
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd rdflib-3.2.0
|
||||
python setup.py install --root=${DESTDIR}
|
||||
}
|
||||
Reference in New Issue
Block a user