[oe-commits] Thomas Zimmermann : Cellhunter: update to 0.5.0

git version control git at git.openembedded.org
Fri Oct 23 10:03:02 UTC 2009


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

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Thu Oct 22 15:49:40 2009 +0000

Cellhunter: update to 0.5.0

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

---

 conf/checksums.ini                     |    4 ++++
 recipes/cellhunter/cellhunter_0.5.0.bb |   27 +++++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index e40c825..0e04b78 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -3818,6 +3818,10 @@ sha256=ede3283b4c5f192bea42e1b2f9f8814ad79b64f6af70a353631bc77ae0c7492a
 md5=6d9f5101f2420332f77f6920fa01e231
 sha256=ede3283b4c5f192bea42e1b2f9f8814ad79b64f6af70a353631bc77ae0c7492a
 
+[http://ch.omoco.de/cellhunter/files/cellhunter-0.5.0.tar.gz]
+md5=1ac5c56a85fb12bea0bf0a4a2ea664de
+sha256=1210dab4e3b23c2a5083d12e9c1527bf099a89f06867e1210b7d9992204c24f8
+
 [http://pub.risujin.org/cellwriter/cellwriter-1.3.3.tar.gz]
 md5=09b2019e926d5ef42d52edb2dd33ceae
 sha256=3fb7c11ec5d802338a0bf522b11702c37820597c9a2c36f89b52872c6571e602
diff --git a/recipes/cellhunter/cellhunter_0.5.0.bb b/recipes/cellhunter/cellhunter_0.5.0.bb
new file mode 100644
index 0000000..87d126c
--- /dev/null
+++ b/recipes/cellhunter/cellhunter_0.5.0.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "CellHunter - A game to collect information about mobile phone cells"
+SECTION = "x11/utils"
+DEPENDS = "python"
+RDEPENDS = "python-subprocess python-netclient python-math python-core python-io python-pygtk python-dbus frameworkd"
+PR = "r0"
+
+SRC_URI = "\
+  http://ch.omoco.de/cellhunter/files/cellhunter-${PV}.tar.gz \
+"
+
+do_configure () {
+    :
+}
+
+do_compile () {
+    :
+}
+
+do_install () {
+    install -d ${D}${bindir}
+    install -m 0755 cellhunter.py ${D}${bindir}/
+    install -m 0755 cellhunter_upload.sh ${D}${bindir}/
+    install -d ${D}${datadir}/pixmaps
+    install -d ${D}${datadir}/applications
+    install -m 0644 cellhunter.desktop ${D}${datadir}/applications/cellhunter.desktop
+    install -m 0644 cellhunter.png ${D}${datadir}/pixmaps/cellhunter.png
+}





More information about the Openembedded-commits mailing list