aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-irc/opie-irc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/opie-irc/opie-irc.inc')
-rw-r--r--recipes-opie/opie-irc/opie-irc.inc22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-opie/opie-irc/opie-irc.inc b/recipes-opie/opie-irc/opie-irc.inc
new file mode 100644
index 0000000..269d9c9
--- /dev/null
+++ b/recipes-opie/opie-irc/opie-irc.inc
@@ -0,0 +1,22 @@
+DESCRIPTION = "The Opie IRC client lets you chat on your favorite IRC server using your handheld computer"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+LICENSE = "GPL"
+I18N_FILES = "opieirc.ts"
+DEPENDS = "libqtaux2"
+APPNAME = "opieirc"
+#APPTYPE = "binary"
+
+
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+# FILES plugins/application/libopieirc.so* bin/opieirc pics/opieirc apps/Applications/opieirc.desktop help/en/html/opieirc.html help/en/html/opieirc
+do_install() {
+ install -d ${D}${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
+ install -d ${D}${palmtopdir}/help/en/html/
+ install -m 0644 ${WORKDIR}/help/en/html/opieirc.html ${D}${palmtopdir}/help/en/html/
+}
+