aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pycrypto_2.0.1.bb
blob: a9f3f52e9e20042e1ddd331c8651c93a1a97b44f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "A collection of cryptographic algorithms and protocols"
SECTION = "devel/python"
PRIORITY = "optional"
DEPENDS = "gmp"
SRCNAME = "pycrypto"
LICENSE = "pycrypto"
PR = "ml1"
PE = "1"

SRC_URI = "http://www.amk.ca/files/python/crypto/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils