libgcrypt: restore BBCLASSEXTEND
[openembedded.git] / recipes / opie-remote / opie-remote.inc
1 DESCRIPTION = "A remote control"
2 SECTION = "opie/applications"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 RDEPENDS = "lirc"
6 APPNAME = "remote"
7 APPTYPE = "binary"
8
9
10 S = "${WORKDIR}/${APPNAME}"
11
12 inherit opie
13
14 # FILES bin/remote apps/Applications/remote.desktop pics/remote/*.png
15 do_install() {
16         install -d ${D}${palmtopdir}/pics/${APPNAME}/
17         install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
18 }
19