diff options
| author | Thomas Kunze <thommycheck@gmx.de> | 2008-03-02 19:55:55 +0000 |
|---|---|---|
| committer | Thomas Kunze <thommycheck@gmx.de> | 2008-03-02 19:55:55 +0000 |
| commit | 0e96be7f834f3264594c8e21b3fe5ee69c296486 (patch) | |
| tree | 0430eb0baac708cbd7dbfbf24f00fcb64219d29b /packages/python/python-m2crypto_0.18.2.bb | |
| parent | 2a98e2a2c1b55a0eb0ac09f2f9b55db2e4c23553 (diff) | |
| parent | bd607171760c733930b955f591e156717651fc1f (diff) | |
merge of '16882b53b725e8d7bfbf2d2909cfbf1f3a8a90fc'
and '55956ba3628054539f1f1f6c44ab7108d48f8b32'
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}" + |
