summaryrefslogtreecommitdiff
path: root/recipes/opie-go
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/opie-go')
-rw-r--r--recipes/opie-go/opie-go.inc17
-rw-r--r--recipes/opie-go/opie-go_1.2.2.bb7
-rw-r--r--recipes/opie-go/opie-go_1.2.3.bb6
-rw-r--r--recipes/opie-go/opie-go_1.2.4.bb6
-rw-r--r--recipes/opie-go/opie-go_cvs.bb7
5 files changed, 43 insertions, 0 deletions
diff --git a/recipes/opie-go/opie-go.inc b/recipes/opie-go/opie-go.inc
new file mode 100644
index 0000000000..43f566aa65
--- /dev/null
+++ b/recipes/opie-go/opie-go.inc
@@ -0,0 +1,17 @@
+DESCRIPTION = "The game of Go"
+SECTION = "opie/games"
+PRIORITY = "optional"
+LICENSE = "GPL"
+APPNAME = "go"
+
+
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+# FILES plugins/application/libgo.so* bin/go apps/Games/go.desktop pics/go
+do_install() {
+ install -d ${D}${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
+}
+
diff --git a/recipes/opie-go/opie-go_1.2.2.bb b/recipes/opie-go/opie-go_1.2.2.bb
new file mode 100644
index 0000000000..049bc2feb6
--- /dev/null
+++ b/recipes/opie-go/opie-go_1.2.2.bb
@@ -0,0 +1,7 @@
+require ${PN}.inc
+
+
+
+SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/go \
+ ${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
+ ${HANDHELDS_CVS};tag=${TAG};module=opie/apps"
diff --git a/recipes/opie-go/opie-go_1.2.3.bb b/recipes/opie-go/opie-go_1.2.3.bb
new file mode 100644
index 0000000000..ff2217d99a
--- /dev/null
+++ b/recipes/opie-go/opie-go_1.2.3.bb
@@ -0,0 +1,6 @@
+require ${PN}.inc
+
+
+SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/go \
+ ${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
+ ${HANDHELDS_CVS};tag=${TAG};module=opie/apps"
diff --git a/recipes/opie-go/opie-go_1.2.4.bb b/recipes/opie-go/opie-go_1.2.4.bb
new file mode 100644
index 0000000000..ff2217d99a
--- /dev/null
+++ b/recipes/opie-go/opie-go_1.2.4.bb
@@ -0,0 +1,6 @@
+require ${PN}.inc
+
+
+SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/games/go \
+ ${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
+ ${HANDHELDS_CVS};tag=${TAG};module=opie/apps"
diff --git a/recipes/opie-go/opie-go_cvs.bb b/recipes/opie-go/opie-go_cvs.bb
new file mode 100644
index 0000000000..a23d2ee45c
--- /dev/null
+++ b/recipes/opie-go/opie-go_cvs.bb
@@ -0,0 +1,7 @@
+require ${PN}.inc
+
+PV = "${OPIE_CVS_PV}"
+
+SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/games/go \
+ ${HANDHELDS_CVS};module=opie/pics \
+ ${HANDHELDS_CVS};module=opie/apps"