From 0d5a98248b9f3b0fc9b1494fabe242ceffbd82e9 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 25 Feb 2009 01:03:40 +0100 Subject: cellhunter: Move to the 0.4.1 bugfix release --- conf/checksums.ini | 4 ++++ packages/cellhunter/cellhunter_0.4.0.bb | 25 ------------------------- packages/cellhunter/cellhunter_0.4.1.bb | 25 +++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 25 deletions(-) delete mode 100644 packages/cellhunter/cellhunter_0.4.0.bb create mode 100644 packages/cellhunter/cellhunter_0.4.1.bb diff --git a/conf/checksums.ini b/conf/checksums.ini index 90ae46a469..a58ecb6249 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -2966,6 +2966,10 @@ sha256=b8b6277b2f211666877b5022bed12809cc88e96a4a2138c0ff4bbf14167a6765 md5=ac05fbf48ce5ac8173beb7df8f62ddf8 sha256=cf4e434fa7f00f240917547dcaf121a733edc973c1ab4693cd2ea805c728b47d +[http://78.47.116.33/~hole/cellhunter/files/cellhunter-0.4.1.tar.gz] +md5=f50e9cf55542d5bc49f04776ea634d41 +sha256=6c59287cdf49fd4ea5c4368443c29e6771ff01fdda74f73a0a0683d99e2ea557 + [http://pub.risujin.org/cellwriter/cellwriter-1.3.3.tar.gz] md5=09b2019e926d5ef42d52edb2dd33ceae sha256=3fb7c11ec5d802338a0bf522b11702c37820597c9a2c36f89b52872c6571e602 diff --git a/packages/cellhunter/cellhunter_0.4.0.bb b/packages/cellhunter/cellhunter_0.4.0.bb deleted file mode 100644 index dd2d071846..0000000000 --- a/packages/cellhunter/cellhunter_0.4.0.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.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 +} -- cgit 1.2.3-korg