From 73cf91df44b8aef2c4d4dd010af97a5aaae462e8 Mon Sep 17 00:00:00 2001 From: Jan Lübbe Date: Mon, 23 Feb 2009 19:14:16 +0000 Subject: cellhunter: update to 0.4.0 --- conf/checksums.ini | 4 ++++ packages/cellhunter/cellhunter_0.3.1.bb | 25 ------------------------- packages/cellhunter/cellhunter_0.4.0.bb | 25 +++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 25 deletions(-) delete mode 100644 packages/cellhunter/cellhunter_0.3.1.bb create mode 100644 packages/cellhunter/cellhunter_0.4.0.bb diff --git a/conf/checksums.ini b/conf/checksums.ini index 6a3ddef558..90ae46a469 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -2962,6 +2962,10 @@ sha256=73de81ea2de2eae64b888e1b2739ef643ccea13c79790569f8e6278369976a21 md5=b034b7ae3182794c57552a183d6f3542 sha256=b8b6277b2f211666877b5022bed12809cc88e96a4a2138c0ff4bbf14167a6765 +[http://78.47.116.33/~hole/cellhunter/files/cellhunter-0.4.0.tar.gz] +md5=ac05fbf48ce5ac8173beb7df8f62ddf8 +sha256=cf4e434fa7f00f240917547dcaf121a733edc973c1ab4693cd2ea805c728b47d + [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 deleted file mode 100644 index dd2d071846..0000000000 --- a/packages/cellhunter/cellhunter_0.3.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.0.bb b/packages/cellhunter/cellhunter_0.4.0.bb new file mode 100644 index 0000000000..dd2d071846 --- /dev/null +++ b/packages/cellhunter/cellhunter_0.4.0.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