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:
@@ -6,12 +6,14 @@ STATUS_HAIKU="stable"
|
||||
DEPEND="dev-python/setuptools >= 0.6"
|
||||
CHECKSUM_MD5="8b1695ed6f5bdbda8fbcde82b62d505c"
|
||||
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd PyDispatcher-2.0.1
|
||||
python setup.py build
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd PyDispatcher-2.0.1
|
||||
python setup.py install --root=${DESTDIR}
|
||||
|
||||
Reference in New Issue
Block a user