aboutsummaryrefslogtreecommitdiffstats
path: root/python/python-crypto_1.9a6.oe
blob: 168cf4cdc9fcc1da0dfa405dea75f1c25f3c6919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "A collection of cryptographic algorithms and protocols"
SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core"
DEPENDS = "gmp"
SRCNAME = "pycrypto"

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

inherit distutils