DESCRIPTION = "A collection of cryptographic algorithms and protocols" SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " 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