aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-crypto_1.9a6.bb
blob: 39aafc0c6d4334ca6deeae345613583690b67a41 (plain)
1
2
3
4
5
6
7
8
9
10
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