mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-13 15:20:07 +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="1f7655050cebbb664db976405fdba209"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="untested"
|
||||
DEPEND="dev-lang/python >= 2.6.4"
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd PyXML-0.8.4
|
||||
python setup.py build
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd PyXML-0.8.4
|
||||
python setup.py install --root=${DESTDIR}
|
||||
}
|
||||
Reference in New Issue
Block a user