From 679429ac6dc07b7f6f500d9120e531659dfd0c5f Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 3 Mar 2009 19:25:53 +0100 Subject: cellhunter: Update to version 0.4.2 --- packages/cellhunter/cellhunter_0.4.1.bb | 25 ------------------------- packages/cellhunter/cellhunter_0.4.2.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 packages/cellhunter/cellhunter_0.4.1.bb create mode 100644 packages/cellhunter/cellhunter_0.4.2.bb diff --git a/packages/cellhunter/cellhunter_0.4.1.bb b/packages/cellhunter/cellhunter_0.4.1.bb deleted file mode 100644 index dd2d071846..0000000000 --- a/packages/cellhunter/cellhunter_0.4.1.bb +++ /dev/null @@ -1,25 +0,0 @@ -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 -} diff --git a/packages/cellhunter/cellhunter_0.4.2.bb b/packages/cellhunter/cellhunter_0.4.2.bb new file mode 100644 index 0000000000..dd2d071846 --- /dev/null +++ b/packages/cellhunter/cellhunter_0.4.2.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