diff options
Diffstat (limited to 'packages/opie-remote/opie-remote.inc')
-rw-r--r-- | packages/opie-remote/opie-remote.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/opie-remote/opie-remote.inc b/packages/opie-remote/opie-remote.inc index e69de29bb2..da6b4b887d 100644 --- a/packages/opie-remote/opie-remote.inc +++ b/packages/opie-remote/opie-remote.inc @@ -0,0 +1,20 @@ +DESCRIPTION = "A remote control" +SECTION = "opie/applications" +PRIORITY = "optional" +MAINTAINER = "Team Opie <opie@handhelds.org>" +LICENSE = "GPL" +RDEPENDS = "lirc" +APPNAME = "remote" +APPTYPE = "binary" + + +S = "${WORKDIR}/${APPNAME}" + +inherit opie + +# FILES bin/remote apps/Applications/remote.desktop pics/remote/*.png +do_install() { + install -d ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ +} + |