aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pycrypto_2.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-pycrypto_2.0.1.bb')
-rw-r--r--recipes/python/python-pycrypto_2.0.1.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/python/python-pycrypto_2.0.1.bb b/recipes/python/python-pycrypto_2.0.1.bb
new file mode 100644
index 0000000000..7300bbd60b
--- /dev/null
+++ b/recipes/python/python-pycrypto_2.0.1.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "A collection of cryptographic algorithms and protocols"
+SECTION = "devel/python"
+PRIORITY = "optional"
+DEPENDS = "gmp"
+SRCNAME = "pycrypto"
+LICENSE = "pycrypto"
+PR = "ml1"
+
+SRC_URI = "http://www.amk.ca/files/python/crypto/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils