[oe-commits] Michael Lippautz : python-xmpppy: Add recipe

git version control git at git.openembedded.org
Wed May 19 12:27:47 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 015cb8225db083c686a8b57ea268fefd920ba8ca
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=015cb8225db083c686a8b57ea268fefd920ba8ca

Author: Michael Lippautz <michael.lippautz at gmail.com>
Date:   Wed May 19 14:27:55 2010 +0200

python-xmpppy: Add recipe

Signed-off-by: Michael Lippautz <michael.lippautz at gmail.com>

---

 recipes/python/python-xmpppy_0.5.0rc1.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/recipes/python/python-xmpppy_0.5.0rc1.bb b/recipes/python/python-xmpppy_0.5.0rc1.bb
new file mode 100644
index 0000000..1ae2180
--- /dev/null
+++ b/recipes/python/python-xmpppy_0.5.0rc1.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Library for handling xmpp with python"
+HOMEPAGE = "http://sourceforge.net/projects/xmpppy/"
+SECTION = "devel/python"
+LICENSE = "GPL"
+SOURCE = "xmpppy"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${SOURCE}/${SOURCE}-${PV}.tar.gz"
+SRC_URI[md5sum] = "e0d2b3f9e4a278c163431e64adb0c861"
+SRC_URI[sha256sum] = "519b025b3c9600c26c5805d0c612fe01e61330d2b9869f05c7c416c627820b9a"
+
+S = "${WORKDIR}/${SOURCE}-${PV}"
+
+inherit setuptools





More information about the Openembedded-commits mailing list