mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 16:20:08 +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="unstable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="2b811cfbfc342d83ee614097effb8101"
|
||||
BUILD {
|
||||
BUILD()
|
||||
{
|
||||
cd pycrypto-2.3
|
||||
python setup.py build
|
||||
}
|
||||
INSTALL {
|
||||
INSTALL()
|
||||
{
|
||||
cd pycrypto-2.3
|
||||
if [ -n "${DESTDIR}" ];then
|
||||
python setup.py install --root=${DESTDIR}
|
||||
Reference in New Issue
Block a user