aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/qpe-games
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qtopia/qpe-games')
-rw-r--r--recipes-qtopia/qpe-games/aliens-qt_1.0.0.bb5
-rw-r--r--recipes-qtopia/qpe-games/atomic_1.0.1.bb2
-rw-r--r--recipes-qtopia/qpe-games/checkers_1.0.5ern.bb1
-rw-r--r--recipes-qtopia/qpe-games/crossword_0.0.3.bb5
-rw-r--r--recipes-qtopia/qpe-games/fish_1.1.0.bb5
-rw-r--r--recipes-qtopia/qpe-games/glider_1.0.0.bb5
-rw-r--r--recipes-qtopia/qpe-games/hexatrolic_1.0beta3.bb4
-rw-r--r--recipes-qtopia/qpe-games/icebloxx_1.0.0.bb5
-rw-r--r--recipes-qtopia/qpe-games/labyrinth_0.7.bb4
-rw-r--r--recipes-qtopia/qpe-games/mahjongg_1.0.0.bb5
-rw-r--r--recipes-qtopia/qpe-games/maki_1.0.4ern.bb5
-rw-r--r--recipes-qtopia/qpe-games/nmm_0.0.2.bb5
-rw-r--r--recipes-qtopia/qpe-games/pairs_1.1.1.bb5
-rw-r--r--recipes-qtopia/qpe-games/pdamaze_1.0.0.bb5
-rw-r--r--recipes-qtopia/qpe-games/pipeman_1.0.0.bb5
-rw-r--r--recipes-qtopia/qpe-games/shisensho_1.0.0.bb5
-rw-r--r--recipes-qtopia/qpe-games/sokoban_1.3.8ern.bb5
-rw-r--r--recipes-qtopia/qpe-games/tron_1.0.0.bb4
-rw-r--r--recipes-qtopia/qpe-games/win4_1.0.1.bb5
-rw-r--r--recipes-qtopia/qpe-games/ziq_1.1ern.bb4
-rw-r--r--recipes-qtopia/qpe-games/zrev7_1.0.1.bb5
-rw-r--r--recipes-qtopia/qpe-games/zsubhunt_1.0.0ern.bb4
-rw-r--r--recipes-qtopia/qpe-games/ztappy_0.9.3ern.bb4
23 files changed, 82 insertions, 20 deletions
diff --git a/recipes-qtopia/qpe-games/aliens-qt_1.0.0.bb b/recipes-qtopia/qpe-games/aliens-qt_1.0.0.bb
index 0f66e74..381ca08 100644
--- a/recipes-qtopia/qpe-games/aliens-qt_1.0.0.bb
+++ b/recipes-qtopia/qpe-games/aliens-qt_1.0.0.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Alien ShootOut"
SECTION = "opie/games"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
AUTHOR = "Bill Kendrick"
HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Aliens.html"
@@ -11,6 +11,9 @@ SRC_URI = "http://sources.openembedded.org/aliens_V1.0.0.tar.gz \
S = "${WORKDIR}/aliens_V${PV}"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+ file://Aliens.cpp;beginline=4;endline=12;md5=865e24c089f008b0e12624a42687cac4"
+
APPNAME = "aliens"
APPTYPE = "binary"
APPDESKTOP = "${S}"
diff --git a/recipes-qtopia/qpe-games/atomic_1.0.1.bb b/recipes-qtopia/qpe-games/atomic_1.0.1.bb
index 37fca7a..012a651 100644
--- a/recipes-qtopia/qpe-games/atomic_1.0.1.bb
+++ b/recipes-qtopia/qpe-games/atomic_1.0.1.bb
@@ -9,6 +9,8 @@ HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Atomic.html"
SRC_URI = "http://sources.openembedded.org/atomic_V1.0.1.tar.gz \
file://atomic.patch"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+ file://Atomic.cpp;beginline=4;endline=12;md5=865e24c089f008b0e12624a42687cac4"
S = "${WORKDIR}/atomic_V${PV}"
APPNAME = "atomic"
diff --git a/recipes-qtopia/qpe-games/checkers_1.0.5ern.bb b/recipes-qtopia/qpe-games/checkers_1.0.5ern.bb
index 486443d..9775531 100644
--- a/recipes-qtopia/qpe-games/checkers_1.0.5ern.bb
+++ b/recipes-qtopia/qpe-games/checkers_1.0.5ern.bb
@@ -13,6 +13,7 @@ APPNAME = "checkers"
APPTYPE = "binary"
APPDESKTOP = "${S}"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=33994abd59dbf0ac2baa657e9f174dae"
do_install () {
install -d ${D}${palmtopdir}/pics/${APPNAME}/
diff --git a/recipes-qtopia/qpe-games/crossword_0.0.3.bb b/recipes-qtopia/qpe-games/crossword_0.0.3.bb
index 17e585a..3e5ddd8 100644
--- a/recipes-qtopia/qpe-games/crossword_0.0.3.bb
+++ b/recipes-qtopia/qpe-games/crossword_0.0.3.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Checkers"
SECTION = "opie/games"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
AUTHOR = "Robert Ernst"
HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Crossword.html"
@@ -11,6 +11,9 @@ PR = "r1"
S = "${WORKDIR}/crossword_V${PV}"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+ file://Board.cpp;beginline=4;endline=12;md5=865e24c089f008b0e12624a42687cac4"
+
APPNAME = "crossword"
APPTYPE = "binary"
APPDESKTOP = "${S}"
diff --git a/recipes-qtopia/qpe-games/fish_1.1.0.bb b/recipes-qtopia/qpe-games/fish_1.1.0.bb
index 74ad096..283c73f 100644
--- a/recipes-qtopia/qpe-games/fish_1.1.0.bb
+++ b/recipes-qtopia/qpe-games/fish_1.1.0.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Fish Amusement"
SECTION = "opie/games"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
AUTHOR = "Robert Ernst"
HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Fish.html"
@@ -12,6 +12,9 @@ SRC_URI = "http://sources.openembedded.org/fish_V1.1.0.tar.gz \
S = "${WORKDIR}/fish_V${PV}"
+LIC_FILES_CHKSUM = "file://COPYING;md5=cbbd794e2a0a289b9dfcc9f513d1996e \
+ file://Fish.cpp;beginline=4;endline=12;md5=865e24c089f008b0e12624a42687cac4"
+
APPNAME = "fish"
APPTYPE = "binary"
APPDESKTOP = "${S}"
diff --git a/recipes-qtopia/qpe-games/glider_1.0.0.bb b/recipes-qtopia/qpe-games/glider_1.0.0.bb
index a520e83..27c162b 100644
--- a/recipes-qtopia/qpe-games/glider_1.0.0.bb
+++ b/recipes-qtopia/qpe-games/glider_1.0.0.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Glider"
SECTION = "opie/games"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
AUTHOR = "Robert Ernst"
HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Glider.html"
@@ -11,6 +11,9 @@ SRC_URI = "http://sources.openembedded.org/glider_V1.0.0.tar.gz \
S = "${WORKDIR}/glider_V${PV}"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+ file://Glider.cpp;beginline=4;endline=12;md5=865e24c089f008b0e12624a42687cac4"
+
APPNAME = "glider"
APPTYPE = "binary"
APPDESKTOP = "${S}"
diff --git a/recipes-qtopia/qpe-games/hexatrolic_1.0beta3.bb b/recipes-qtopia/qpe-games/hexatrolic_1.0beta3.bb
index 9301ff8..db13034 100644
--- a/recipes-qtopia/qpe-games/hexatrolic_1.0beta3.bb
+++ b/recipes-qtopia/qpe-games/hexatrolic_1.0beta3.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Hexatrolic a Ball Game"
SECTION = "opie/games"
-LICENSE = "GPL"
+LICENSE = "GPLv2+"
AUTHOR = "Helge Plehn"
HOMEPAGE = "http://hexatrolic.i-networx.de/"
APPNAME = "hexatrolic"
@@ -10,7 +10,7 @@ SRC_URI = "http://sources.openembedded.org/hexatrolic-103beta3-zecke1.tar.bz2"
S = "${WORKDIR}/${APPNAME}"
-
+LIC_FILES_CHKSUM = "file://hexatrolic.cpp;beginline=8;endline=11;md5=6125d3d8a8aea4fffc0a232ab6eb9e73"
do_install () {
install -d ${D}${palmtopdir}/apps/Games/
diff --git a/recipes-qtopia/qpe-games/icebloxx_1.0.0.bb b/recipes-qtopia/qpe-games/icebloxx_1.0.0.bb
index 6687dec..18acd78 100644
--- a/recipes-qtopia/qpe-games/icebloxx_1.0.0.bb
+++ b/recipes-qtopia/qpe-games/icebloxx_1.0.0.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "IceBloxx"
SECTION = "opie/games"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
AUTHOR = "Robert Ernst"
HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-IceBloxx.html"
@@ -11,6 +11,9 @@ SRC_URI = "http://sources.openembedded.org/icebloxx_V1.0.0.tar.gz \
S = "${WORKDIR}/icebloxx_V${PV}"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+ file://Icebloxx.cpp;beginline=4;endline=12;md5=865e24c089f008b0e12624a42687cac4"
+
APPNAME = "icebloxx"
APPTYPE = "binary"
APPDESKTOP = "${S}"
diff --git a/recipes-qtopia/qpe-games/labyrinth_0.7.bb b/recipes-qtopia/qpe-games/labyrinth_0.7.bb
index 2c797cb..d789a20 100644
--- a/recipes-qtopia/qpe-games/labyrinth_0.7.bb
+++ b/recipes-qtopia/qpe-games/labyrinth_0.7.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "A traditional (german?) boardgame"
SECTION = "opie/games"
-LICENSE = "GPL"
+LICENSE = "GPLv2+"
AUTHOR = "Helge Plehn"
HOMEPAGE = "http://hexatrolic.i-networx.de/"
APPNAME = "labyrinth"
@@ -10,6 +10,8 @@ SRC_URI = "http://sources.openembedded.org/labyrinth-0.7-zecke1.tar.gz"
S = "${WORKDIR}/${APPNAME}"
+LIC_FILES_CHKSUM = "file://labyrinth.cpp;beginline=8;endline=11;md5=34fa96606fe174b0bc9d6f39dd117f65"
+
do_install () {
install -d ${D}${palmtopdir}/apps/Games/
install -d ${D}${palmtopdir}/pics/${APPNAME}/
diff --git a/recipes-qtopia/qpe-games/mahjongg_1.0.0.bb b/recipes-qtopia/qpe-games/mahjongg_1.0.0.bb
index b51110f..e6bcc01 100644
--- a/recipes-qtopia/qpe-games/mahjongg_1.0.0.bb
+++ b/recipes-qtopia/qpe-games/mahjongg_1.0.0.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Mahjongg"
SECTION = "opie/games"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
AUTHOR = "Mario Weilguni, Port by Rober Ernst"
HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Mahjongg.html"
@@ -12,6 +12,9 @@ SRC_URI = "http://sources.openembedded.org/mahjongg_V1.0.0.tar.gz \
S = "${WORKDIR}/mahjongg_V${PV}"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+ file://Mahjongg.cpp;beginline=4;endline=12;md5=865e24c089f008b0e12624a42687cac4"
+
APPNAME = "mahjongg"
APPTYPE = "binary"
APPDESKTOP = "${S}"
diff --git a/recipes-qtopia/qpe-games/maki_1.0.4ern.bb b/recipes-qtopia/qpe-games/maki_1.0.4ern.bb
index 950bf94..62857a0 100644
--- a/recipes-qtopia/qpe-games/maki_1.0.4ern.bb
+++ b/recipes-qtopia/qpe-games/maki_1.0.4ern.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Maki"
SECTION = "opie/games"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
AUTHOR = "Henry So, Jr."
HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Maki.html"
@@ -11,6 +11,9 @@ SRC_URI = "http://sources.openembedded.org/maki_V1.0.4ern.tar.gz \
S = "${WORKDIR}/maki_V${PV}"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833 \
+ file://maki.cpp;beginline=5;endline=7;md5=91e084d9a0fc232ffc07143bd057d1a0"
+
APPNAME = "maki"
APPTYPE = "binary"
APPDESKTOP = "${S}"
diff --git a/recipes-qtopia/qpe-games/nmm_0.0.2.bb b/recipes-qtopia/qpe-games/nmm_0.0.2.bb
index 61dd34f..2cc030a 100644
--- a/recipes-qtopia/qpe-games/nmm_0.0.2.bb
+++ b/recipes-qtopia/qpe-games/nmm_0.0.2.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Nime Mens Morris"
SECTION = "opie/games"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
AUTHOR = "Dirk Farin, Port by Rober Ernst"
HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Nine-Mens-Morris.html"
@@ -10,6 +10,9 @@ SRC_URI = "http://sources.openembedded.org/nmm_V0.0.2.tar.gz \
S = "${WORKDIR}/nmm_V${PV}"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+ file://Nmm.cpp;beginline=4;endline=12;md5=865e24c089f008b0e12624a42687cac4"
+
APPNAME = "nmm"
APPTYPE = "binary"
APPDESKTOP = "${S}"
diff --git a/recipes-qtopia/qpe-games/pairs_1.1.1.bb b/recipes-qtopia/qpe-games/pairs_1.1.1.bb
index 0604049..82770d3 100644
--- a/recipes-qtopia/qpe-games/pairs_1.1.1.bb
+++ b/recipes-qtopia/qpe-games/pairs_1.1.1.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Pairs"
SECTION = "opie/games"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
AUTHOR = "Rober Ernst"
HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Pairs.html"
@@ -9,6 +9,9 @@ SRC_URI = "http://sources.openembedded.org/pairs_V1.1.1.tar.gz \
S = "${WORKDIR}/pairs_V${PV}"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+ file://Pairs.cpp;beginline=4;endline=12;md5=865e24c089f008b0e12624a42687cac4"
+
APPNAME = "pairs"
APPTYPE = "binary"
APPDESKTOP = "${S}"
diff --git a/recipes-qtopia/qpe-games/pdamaze_1.0.0.bb b/recipes-qtopia/qpe-games/pdamaze_1.0.0.bb
index 85b4ee6..18a25f8 100644
--- a/recipes-qtopia/qpe-games/pdamaze_1.0.0.bb
+++ b/recipes-qtopia/qpe-games/pdamaze_1.0.0.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "PDA-Maze"
SECTION = "opie/games"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
AUTHOR = "Bill Kendrick, Port by Rober Ernst"
HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-PDA-Maze.html"
@@ -10,6 +10,9 @@ SRC_URI = "http://sources.openembedded.org/pdamaze_V1.0.0.tar.gz \
S = "${WORKDIR}/pdamaze_V${PV}"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+ file://Pdamaze.cpp;beginline=4;endline=12;md5=865e24c089f008b0e12624a42687cac4"
+
APPNAME = "pdamaze"
APPTYPE = "binary"
APPDESKTOP = "${S}"
diff --git a/recipes-qtopia/qpe-games/pipeman_1.0.0.bb b/recipes-qtopia/qpe-games/pipeman_1.0.0.bb
index ce2464f..58a98b2 100644
--- a/recipes-qtopia/qpe-games/pipeman_1.0.0.bb
+++ b/recipes-qtopia/qpe-games/pipeman_1.0.0.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Pipeman"
SECTION = "opie/games"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
AUTHOR = "Rober Ernst"
HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-PDA-Pipeman.html"
@@ -10,6 +10,9 @@ SRC_URI = "http://sources.openembedded.org/pipeman_V1.0.0.tar.gz \
S = "${WORKDIR}/pipeman_V${PV}"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+ file://Pipeman.cpp;beginline=4;endline=12;md5=865e24c089f008b0e12624a42687cac4"
+
APPNAME = "pipeman"
APPTYPE = "binary"
APPDESKTOP = "${S}"
diff --git a/recipes-qtopia/qpe-games/shisensho_1.0.0.bb b/recipes-qtopia/qpe-games/shisensho_1.0.0.bb
index cf4fb49..d0afee0 100644
--- a/recipes-qtopia/qpe-games/shisensho_1.0.0.bb
+++ b/recipes-qtopia/qpe-games/shisensho_1.0.0.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Shisensho"
SECTION = "opie/games"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
AUTHOR = "Mario Weilguni"
HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Shisen-Sho.html"
@@ -9,6 +9,9 @@ SRC_URI = "http://sources.openembedded.org/shisensho_V1.0.0.tar.gz \
S = "${WORKDIR}/shisensho_V${PV}"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+ file://ShisenSho.cpp;beginline=4;endline=12;md5=865e24c089f008b0e12624a42687cac4"
+
APPNAME = "shisensho"
APPTYPE = "binary"
APPDESKTOP = "${S}"
diff --git a/recipes-qtopia/qpe-games/sokoban_1.3.8ern.bb b/recipes-qtopia/qpe-games/sokoban_1.3.8ern.bb
index abbfbf1..75b7fa3 100644
--- a/recipes-qtopia/qpe-games/sokoban_1.3.8ern.bb
+++ b/recipes-qtopia/qpe-games/sokoban_1.3.8ern.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Sokoban"
SECTION = "opie/games"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
AUTHOR = "Anders Widell, Steve Dunham, Robert Ernst"
HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Sokoban.html"
@@ -10,6 +10,9 @@ SRC_URI = "http://sources.openembedded.org/sokoban_V1.3.8ern.tar.gz \
S = "${WORKDIR}/sokoban_V${PV}"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+ file://main.C;beginline=6;endline=14;md5=f2ed6543478c351305caf0337285d513"
+
APPNAME = "sokoban"
APPTYPE = "binary"
APPDESKTOP = "${S}"
diff --git a/recipes-qtopia/qpe-games/tron_1.0.0.bb b/recipes-qtopia/qpe-games/tron_1.0.0.bb
index df7de75..f31fd44 100644
--- a/recipes-qtopia/qpe-games/tron_1.0.0.bb
+++ b/recipes-qtopia/qpe-games/tron_1.0.0.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Tron"
SECTION = "opie/games"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
AUTHOR = "Matthias Kiefer"
HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Tron.html"
@@ -10,6 +10,8 @@ SRC_URI = "http://sources.openembedded.org/tron_V1.0.0.tar.gz \
S = "${WORKDIR}/tron_V${PV}"
+LIC_FILES_CHKSUM = "file://Tron.cpp;beginline=4;endline=12;md5=865e24c089f008b0e12624a42687cac4"
+
APPNAME = "tron"
APPTYPE = "binary"
APPDESKTOP = "${S}"
diff --git a/recipes-qtopia/qpe-games/win4_1.0.1.bb b/recipes-qtopia/qpe-games/win4_1.0.1.bb
index 297ca2a..335b209 100644
--- a/recipes-qtopia/qpe-games/win4_1.0.1.bb
+++ b/recipes-qtopia/qpe-games/win4_1.0.1.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "4 wins"
SECTION = "opie/games"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
AUTHOR = "Anders Widell, Steve Dunham, Robert Ernst"
HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-Win4.html"
@@ -10,6 +10,9 @@ SRC_URI = "http://sources.openembedded.org/win4_V1.0.1.tar.gz \
S = "${WORKDIR}/win4_V${PV}"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+ file://Win4.cpp;beginline=4;endline=12;md5=865e24c089f008b0e12624a42687cac4"
+
APPNAME = "win4"
APPTYPE = "binary"
APPDESKTOP = "${S}"
diff --git a/recipes-qtopia/qpe-games/ziq_1.1ern.bb b/recipes-qtopia/qpe-games/ziq_1.1ern.bb
index 35c72f6..f06151c 100644
--- a/recipes-qtopia/qpe-games/ziq_1.1ern.bb
+++ b/recipes-qtopia/qpe-games/ziq_1.1ern.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "ZIQ"
SECTION = "opie/games"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
AUTHOR = "Bill Wetter"
HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-ZIQ.html"
@@ -11,6 +11,8 @@ SRC_URI = "http://sources.openembedded.org/ziq_V1.1ern.tar.gz \
PR = "r1"
S = "${WORKDIR}/ziq_V${PV}"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=33994abd59dbf0ac2baa657e9f174dae \
+ file://mainwidget.cpp;beginline=6;endline=17;md5=7da0e7ce6bf5981858f5b4c8525cf12f"
APPNAME = "ziq"
APPTYPE = "binary"
diff --git a/recipes-qtopia/qpe-games/zrev7_1.0.1.bb b/recipes-qtopia/qpe-games/zrev7_1.0.1.bb
index f73bdf8..2576bcd 100644
--- a/recipes-qtopia/qpe-games/zrev7_1.0.1.bb
+++ b/recipes-qtopia/qpe-games/zrev7_1.0.1.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Reversi"
SECTION = "opie/games"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
AUTHOR = "Mario Weilguni"
HOMEPAGE = "http://www.linux-solutions.at/projects/zaurus/games-ZRev7.html"
PR = "r1"
@@ -9,6 +9,9 @@ SRC_URI = "http://sources.openembedded.org/zrev7_V1.0.1.tar.gz \
file://zrev.patch"
S = "${WORKDIR}/zrev7_V${PV}"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+ file://ZRev7.cpp;beginline=4;endline=12;md5=865e24c089f008b0e12624a42687cac4"
+
APPNAME = "zrev7"
APPTYPE = "binary"
APPDESKTOP = "${S}"
diff --git a/recipes-qtopia/qpe-games/zsubhunt_1.0.0ern.bb b/recipes-qtopia/qpe-games/zsubhunt_1.0.0ern.bb
index 2c3b44f..f10e79a 100644
--- a/recipes-qtopia/qpe-games/zsubhunt_1.0.0ern.bb
+++ b/recipes-qtopia/qpe-games/zsubhunt_1.0.0ern.bb
@@ -9,6 +9,10 @@ SRC_URI = "http://sources.openembedded.org/zsubhunt_V1.0.0ern.tar.gz "
S = "${WORKDIR}/zsubhunt_V${PV}"
+# No license files present in the source distribution, although there are
+# some comments embedded in the source/build script confirming it is GPL;
+# however it's not really practical to checksum them in this case
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
APPNAME = "zsubhunt"
APPTYPE = "binary"
diff --git a/recipes-qtopia/qpe-games/ztappy_0.9.3ern.bb b/recipes-qtopia/qpe-games/ztappy_0.9.3ern.bb
index 6dc9a42..bddfb35 100644
--- a/recipes-qtopia/qpe-games/ztappy_0.9.3ern.bb
+++ b/recipes-qtopia/qpe-games/ztappy_0.9.3ern.bb
@@ -10,6 +10,10 @@ SRC_URI = "http://sources.openembedded.org/ztappy_V0.9.3ern.tar.gz "
S = "${WORKDIR}/ztappy_V${PV}"
+# No license files present in the source distribution, although there are
+# some comments embedded in the source/build script confirming it is GPL;
+# however it's not really practical to checksum them in this case
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
APPNAME = "ztappy"
APPTYPE = "binary"