340006507c8cc70148e981d4610da0f64aa8f956
[vuplus_openembedded] / python / python-tlslite_0.2.1.oe
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 = "base"
5 PRIORITY = "optional"
6 MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
7 RDEPENDS = "libc6 python-core"
8 DEPENDS = "virtual/libc"
9 SRCNAME = "tlslite"
10
11 SRC_URI = http://trevp.net/${SRCNAME}/${SRCNAME}-${PV}.tar.gz
12 S = "${WORKDIR}/${SRCNAME}-${PV}"
13
14 inherit distutils
15