git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@725 96b47cad-a561-4643-ad3b-153ac7d7599c
19 lines
552 B
BlitzBasic
19 lines
552 B
BlitzBasic
DESCRIPTION = "A collection of cryptographic algorithms and protocols"
|
|
SECTION = "devel/python"
|
|
PRIORITY = "optional"
|
|
DEPENDS = "gmp"
|
|
SRCNAME = "pycrypto"
|
|
LICENSE = "pycrypto"
|
|
PR = "ml1"
|
|
|
|
SRC_URI = "http://www.amk.ca/files/python/crypto/${SRCNAME}-${PV}.tar.gz"
|
|
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
|
|
|
inherit distutils
|
|
|
|
SRC_URI[md5sum] = "4d5674f3898a573691ffb335e8d749cd"
|
|
SRC_URI[sha256sum] = "b08d4ed54c9403c77778a3803e53a4f33f359b42d94f6f3e14abb1bf4941e6ea"
|
|
|
|
LICENSE = "PyCrypto"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=5f6acd2e613d7d23fc7e76d9aed7dceb"
|