initscripts-shr: remove devtmpfs initscript for palmpre machine
[openembedded.git] / recipes / python / python-tlslite_0.3.8.bb
blob4985461cfb655870b99b3bef8fb2f409b96fa8f0
1 DESCRIPTION = "TLS Lite is a free python library that implements SSL 3.0 and TLS 1.0. TLS Lite supports non-traditional \
2 authentication methods such as SRP, shared keys, and cryptoIDs, in addition to X.509 certificates. TLS Lite is pure \
3 Python, however it can access OpenSSL or cryptlib for faster crypto operations."
4 SECTION = "devel/python"
5 HOMEPAGE = "http://trevp.net/tlslite/"
6 PRIORITY = "optional"
7 LICENSE = "PD"
8 SRCNAME = "tlslite"
9 PR = "ml2"
11 # original url is dead, so it has been replaced with the gentoo one
12 #SRC_URI = "http://trevp.net/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
13 SRC_URI = "http://gentoo.osuosl.org/distfiles/tlslite-0.3.8.tar.gz"
14 S = "${WORKDIR}/${SRCNAME}-${PV}"
16 inherit distutils
18 SRC_URI[md5sum] = "5e1c19500e30fc7580939c18b435f937"
19 SRC_URI[sha256sum] = "3d79170d8c3a662fa717b6401e8004208df113aaf3b18689bbeb704a23bf5b9f"