diff options
Diffstat (limited to 'recipes/opie-irc/opie-irc.inc')
-rw-r--r-- | recipes/opie-irc/opie-irc.inc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/opie-irc/opie-irc.inc b/recipes/opie-irc/opie-irc.inc new file mode 100644 index 0000000000..269d9c9b2a --- /dev/null +++ b/recipes/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/ +} + |