mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +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="broken"
|
||||
DEPEND="dev-lang/python >= 2.6.4"
|
||||
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd pyserial-2.5
|
||||
python setup.py build
|
||||
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd pyserial-2.5
|
||||
python setup.py install --root=${DESTDIR}
|
||||
|
||||
Reference in New Issue
Block a user