diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/opie-irc/opie-irc.inc | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/opie-irc/opie-irc.inc')
-rw-r--r-- | packages/opie-irc/opie-irc.inc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/opie-irc/opie-irc.inc b/packages/opie-irc/opie-irc.inc index e69de29bb2..1c7ebf0675 100644 --- a/packages/opie-irc/opie-irc.inc +++ b/packages/opie-irc/opie-irc.inc @@ -0,0 +1,23 @@ +DESCRIPTION = "The Opie IRC client lets you chat on your favorite IRC server using your handheld computer" +SECTION = "opie/applications" +PRIORITY = "optional" +MAINTAINER = "Team Opie <opie@handhelds.org>" +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/ +} + |