aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-crypto_1.9a6.bb
blob: 0a842e4688c5dd9a792c87cdcbe0a91d8b105e15 (plain)
1
2
3
4
5
6
7
8
9
10
DESCRIPTION = "A collection of cryptographic algorithms and protocols"
SECTION = "devel/python"
PRIORITY = "optional"
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