diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 13:21:45 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 13:21:45 +0000 |
commit | f74df180effc96bb7cf33387366193981fd173e6 (patch) | |
tree | d64016f0ca6b0e6db593b2cb1fe9bceb7f99c94f /packages/nonworking/python/python-m2crypto_0.18.bb | |
parent | 8445fd1c69454878d8b03bd0ec2d10262f6939a4 (diff) |
move python-m2crypto to nonworking, it needs to catch up w/ swig
Diffstat (limited to 'packages/nonworking/python/python-m2crypto_0.18.bb')
-rw-r--r-- | packages/nonworking/python/python-m2crypto_0.18.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/nonworking/python/python-m2crypto_0.18.bb b/packages/nonworking/python/python-m2crypto_0.18.bb new file mode 100644 index 0000000000..009345e5a0 --- /dev/null +++ b/packages/nonworking/python/python-m2crypto_0.18.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "A Python crypto and SSL toolkit" +SECTION = "devel/python" +PRIORITY = "optional" +DEPENDS = "openssl swig-native" +LICENSE = "BSD" +SRCNAME = "M2Crypto" + +SRC_URI = "http://sandbox.rulemaker.net/ngps/Dist/m2crypto-0.13.zip \ + file://0.13p1.patch;patch=1;pnum=0" +S = "${WORKDIR}/m2crypto-0.13" + +inherit distutils + |