diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-02-28 15:52:21 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-02-28 15:52:21 +0000 |
commit | cc1759e0dbf2f33f10ea6e620db4d543941f3e9c (patch) | |
tree | df1219a9a932555c101ca34c25579cfd5c1bac47 /packages/python/python-m2crypto_0.18.2.bb | |
parent | 344116414547c82ad8e16f53fc2ad5d7ace477e3 (diff) |
python-m2crypto 0.18 update to 0.18.2 and bring back from nonworking
Diffstat (limited to 'packages/python/python-m2crypto_0.18.2.bb')
-rw-r--r-- | packages/python/python-m2crypto_0.18.2.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/python/python-m2crypto_0.18.2.bb b/packages/python/python-m2crypto_0.18.2.bb new file mode 100644 index 0000000000..c83a2ec076 --- /dev/null +++ b/packages/python/python-m2crypto_0.18.2.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "A Python crypto and SSL toolkit" +SECTION = "devel/python" +PRIORITY = "optional" +DEPENDS = "openssl swig-native" +LICENSE = "BSD" +SRCNAME = "M2Crypto" +PR = "ml0" + +SRC_URI = "http://chandlerproject.org/pub/Projects/MeTooCrypto/m2crypto-${PV}.tar.gz \ + file://install.patch;patch=1" +S = "${WORKDIR}/m2crypto-0.18.2" + +inherit setuptools + +export STAGING_DIR := "${STAGING_DIR}" +export STAGING_INCDIR := "${STAGING_INCDIR}" +export STAGING_LIBDIR := "${STAGING_LIBDIR}" + |