From cd6df320163209f4021dafabe52ddff0418b068b Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Sun, 22 Feb 2009 22:15:02 +0100 Subject: cellhunter: Add new recipe. Game that collects GSM cell tower locations. --- conf/checksums.ini | 4 ++++ packages/cellhunter/cellhunter_0.3.1.bb | 25 +++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 packages/cellhunter/cellhunter_0.3.1.bb diff --git a/conf/checksums.ini b/conf/checksums.ini index 3fadf2e403..6a3ddef558 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -2958,6 +2958,10 @@ sha256=f33cbb551e494747b76bfbeba3954b4839fe7c849f200746fd7dc21bd665aa56 md5=7b19b6f68d2c648296378b784d5f7681 sha256=73de81ea2de2eae64b888e1b2739ef643ccea13c79790569f8e6278369976a21 +[http://78.47.116.33/~hole/cellhunter/files/cellhunter-0.3.1.tar.gz] +md5=b034b7ae3182794c57552a183d6f3542 +sha256=b8b6277b2f211666877b5022bed12809cc88e96a4a2138c0ff4bbf14167a6765 + [http://pub.risujin.org/cellwriter/cellwriter-1.3.3.tar.gz] md5=09b2019e926d5ef42d52edb2dd33ceae sha256=3fb7c11ec5d802338a0bf522b11702c37820597c9a2c36f89b52872c6571e602 diff --git a/packages/cellhunter/cellhunter_0.3.1.bb b/packages/cellhunter/cellhunter_0.3.1.bb new file mode 100644 index 0000000000..dd2d071846 --- /dev/null +++ b/packages/cellhunter/cellhunter_0.3.1.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "CellHunter - A game to collect information about mobile phone cells" +SECTION = "x11/utils" +DEPENDS = "python python-dbus python-pygobject python-pygtk" +RDEPENDS = "python-subprocess python-netclient python-math python-core python-io" +PR = "r0" + +SRC_URI = "http://78.47.116.33/~hole/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 +} -- cgit 1.2.3-korg