diff options
Diffstat (limited to 'packages/python/python-crypto_1.9a6.bb')
| -rw-r--r-- | packages/python/python-crypto_1.9a6.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/python/python-crypto_1.9a6.bb b/packages/python/python-crypto_1.9a6.bb new file mode 100644 index 0000000000..39aafc0c6d --- /dev/null +++ b/packages/python/python-crypto_1.9a6.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "A collection of cryptographic algorithms and protocols" +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +DEPENDS = "gmp" +SRCNAME = "pycrypto" +LICENSE = "python-crypto" +SRC_URI = "http://www.amk.ca/files/python/crypto/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils |
