From 9ccfb85a7beb50f6efce9920c00763f73a246c5e Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Wed, 25 Mar 2009 15:36:52 +0100 Subject: cellhunter: update to 0.4.0 --- conf/checksums.ini | 4 ++++ recipes/cellhunter/cellhunter_0.3.1.bb | 25 ------------------------- recipes/cellhunter/cellhunter_0.4.0.bb | 25 +++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 25 deletions(-) delete mode 100644 recipes/cellhunter/cellhunter_0.3.1.bb create mode 100644 recipes/cellhunter/cellhunter_0.4.0.bb diff --git a/conf/checksums.ini b/conf/checksums.ini index 2db3fb4fdb..4ed0903611 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -3350,6 +3350,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/recipes/cellhunter/cellhunter_0.3.1.bb b/recipes/cellhunter/cellhunter_0.3.1.bb deleted file mode 100644 index dd2d071846..0000000000 --- a/recipes/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/recipes/cellhunter/cellhunter_0.4.0.bb b/recipes/cellhunter/cellhunter_0.4.0.bb new file mode 100644 index 0000000000..dd2d071846 --- /dev/null +++ b/recipes/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 meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb?id=4ee26ef672c75e73b10412e87cee23797105d9bc'>treecommitdiffstats
path: root/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb
blob: 9a172675af13fbee064cf844fbf36695526fd649 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46