aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-crypto_1.9a6.bb
blob: 2bab51f582261b393c34aa8013ebbbddfd642358 (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>"
DEPENDS = "gmp"
SRCNAME = "pycrypto"
LICENSE = "python-crypto"
SRC_URI = "http://www.amk.ca/files/python/crypto/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
PR = "r1"

inherit distutils