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:
23
dev-python/pycrypto/pycrypto-2.3.recipe
Normal file
23
dev-python/pycrypto/pycrypto-2.3.recipe
Normal file
@@ -0,0 +1,23 @@
|
||||
DESCRIPTION="Download, build, install, upgrade, and uninstall Python packages -- easily!"
|
||||
HOMEPAGE="http://pypi.python.org/pypi/pycrypto/2.3"
|
||||
SRC_URI="http://pypi.python.org/packages/source/p/pycrypto/pycrypto-2.3.tar.gz"
|
||||
REVISION= "1"
|
||||
STATUS_HAIKU="unstable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="2b811cfbfc342d83ee614097effb8101"
|
||||
BUILD()
|
||||
{
|
||||
cd pycrypto-2.3
|
||||
python setup.py build
|
||||
}
|
||||
INSTALL()
|
||||
{
|
||||
cd pycrypto-2.3
|
||||
if [ -n "${DESTDIR}" ];then
|
||||
python setup.py install --root=${DESTDIR}
|
||||
else
|
||||
python setup.py install --prefix="/boot/common"
|
||||
fi
|
||||
}
|
||||
LICENSE="pycrypto"
|
||||
COPYRIGHT="2010 Dwayne C. Litzenberger"
|
||||
Reference in New Issue
Block a user