[oe-commits] Thomas Zimmermann : Python: Add python-notify recipe (version 0.1.1)

git version control git at git.openembedded.org
Sat Sep 19 18:24:59 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 78b04f36ad7b09bebe90a26da9201cb156f7b98e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=78b04f36ad7b09bebe90a26da9201cb156f7b98e

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Sat Sep 19 09:30:41 2009 +0000

Python: Add python-notify recipe (version 0.1.1)

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 conf/checksums.ini                    |    4 ++++
 recipes/python/python-notify_0.1.1.bb |   19 +++++++++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 61ef539..bd5c1e1 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -15806,6 +15806,10 @@ sha256=53d2f92c3d14423b49c2ff077855cf3987d38def963c82fd26fba5de379ca540
 md5=24d87301da8843e2dbc3330ece57677f
 sha256=896c6942a9a3b0b2d6846eab1de8c471c9fcf860ca182ce18e12f1ce255f42cc
 
+[http://www.galago-project.org/files/releases/source/notify-python/notify-python-0.1.1.tar.gz]
+md5=8f0ef0939cc8edd2efd896ce5ba80cf4
+sha256=8c5ee28017fdc5b110c31cb76503e535e15e0c60b9a1f1e95ff6c018dd806022
+
 [http://hauppauge.lightpath.net/de/nova-pci218c.exe]
 md5=139a1ed50a1a12e47b1f7deedf4f40c3
 sha256=4310a3a526ae5461e17f57353fc29f71d13820a215eaa62c629190cc2a026173
diff --git a/recipes/python/python-notify_0.1.1.bb b/recipes/python/python-notify_0.1.1.bb
new file mode 100644
index 0000000..e05fb86
--- /dev/null
+++ b/recipes/python/python-notify_0.1.1.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Python bindings for libnotify" 
+SECTION = "devel/python" 
+PRIORITY = "optional" 
+LICENSE = "LGPLv2" 
+HOMEPAGE = "http://www.galago-project.org/" 
+SRCNAME = "notify-python" 
+DEPENDS = "python-native libnotify" 
+ 
+SRC_URI = "http://www.galago-project.org/files/releases/source/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 
+S = "${WORKDIR}/${SRCNAME}-${PV}" 
+ 
+inherit distutils-base autotools pkgconfig
+
+do_configure_prepend() {
+		sed -i "s/py_prefix=.*$/py_prefix=\"${@"${STAGING_DIR_TARGET}".replace("/","\/")}\/usr\"/" ${S}/acinclude.m4
+		sed -i "s/py_exec_prefix=.*$/py_exec_prefix=\"${@"${STAGING_DIR_TARGET}".replace("/","\/")}\/usr\"/" ${S}/acinclude.m4
+}
+
+FILES_${PN} += "${datadir}"





More information about the Openembedded-commits mailing list