Merge openembedded@openembedded.bkbits.net:packages
[vuplus_openembedded] / python / python-tlslite_0.3.0.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 = "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