summaryrefslogtreecommitdiff
path: root/opie-remote/opie-remote_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'opie-remote/opie-remote_cvs.oe')
-rw-r--r--opie-remote/opie-remote_cvs.oe24
1 files changed, 0 insertions, 24 deletions
diff --git a/opie-remote/opie-remote_cvs.oe b/opie-remote/opie-remote_cvs.oe
deleted file mode 100644
index a39da09eb9..0000000000
--- a/opie-remote/opie-remote_cvs.oe
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "A remote control"
-SECTION = "opie/applications"
-PRIORITY = "optional"
-MAINTAINER = "Team Opie <opie@handhelds.org>"
-LICENSE = "GPL"
-RDEPENDS = "lirc"
-PV = "1.1.7+cvs-${CVSDATE}"
-APPNAME = "remote"
-APPTYPE = "binary"
-
-SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/tools/remote \
- ${HANDHELDS_CVS};module=opie/pics \
- ${HANDHELDS_CVS};module=opie/apps"
-
-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}/
-}
-