aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cellhunter/cellhunter_0.4.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cellhunter/cellhunter_0.4.1.bb')
-rw-r--r--packages/cellhunter/cellhunter_0.4.1.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/cellhunter/cellhunter_0.4.1.bb b/packages/cellhunter/cellhunter_0.4.1.bb
new file mode 100644
index 0000000000..dd2d071846
--- /dev/null
+++ b/packages/cellhunter/cellhunter_0.4.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
+}