surpport seeking the recorded video
[vuplus_openembedded] / recipes / opie-irc / opie-irc.inc
1 DESCRIPTION = "The Opie IRC client lets you chat on your favorite IRC server using your handheld computer"
2 SECTION = "opie/applications"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 I18N_FILES = "opieirc.ts"
6 DEPENDS = "libqtaux2"
7 APPNAME = "opieirc"
8 #APPTYPE = "binary"
9
10
11 S = "${WORKDIR}/${APPNAME}"
12
13 inherit opie
14
15 # FILES plugins/application/libopieirc.so* bin/opieirc pics/opieirc apps/Applications/opieirc.desktop help/en/html/opieirc.html help/en/html/opieirc
16 do_install() {
17         install -d ${D}${palmtopdir}/pics/${APPNAME}/
18         install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
19         install -d ${D}${palmtopdir}/help/en/html/
20         install -m 0644 ${WORKDIR}/help/en/html/opieirc.html ${D}${palmtopdir}/help/en/html/
21 }
22