Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into...
[vuplus_openembedded] / packages / python / python-pycrypto_2.0.1.bb
1 DESCRIPTION = "A collection of cryptographic algorithms and protocols"
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 DEPENDS = "gmp"
5 SRCNAME = "pycrypto"
6 LICENSE = "pycrypto"
7 FILE_PR = "ml0"
8
9 SRC_URI = "http://www.amk.ca/files/python/crypto/${SRCNAME}-${PV}.tar.gz"
10 S = "${WORKDIR}/${SRCNAME}-${PV}"
11
12 inherit distutils