blob: 2392dfd6af7fed44a8fdaa92e0e9468bf5cc37da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
DESCRIPTION = "The Opie IRC client lets you chat on your favorite IRC server using your handheld computer"
SECTION = "opie/applications"
PRIORITY = "optional"
MAINTAINER = "Open Embedded <oe@handhelds.org>"
LICENSE = "GPL"
DEPENDS = "libqtaux2"
PV = "1.1.5-cvs-${CVSDATE}"
APPNAME = "opieirc"
#APPTYPE = "binary"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/net/opieirc \
cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/help \
cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps \
cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics"
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/
}
|