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

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

inherit distutils