netboot-launcher-efl: Bump version to 0.2.2 and fix download link.
[openembedded.git] / recipes / opie-examples / opie-examples.inc
1 DESCRIPTION = "Developer Examples for Opie"
2 SECTION = "opie/base"
3 PRIORITY = "optional"
4 DEPENDS = "opie-networksettings"
5 LICENSE = "GPL"
6 APPTYPE = "binary"
7
8 S = "${WORKDIR}/examples"
9
10 inherit opie
11
12 do_install() {
13         install -d ${D}${palmtopdir}/bin/
14
15         for i in `find . -perm 0755 -type f`
16         do
17                 install -m 0755 $i ${D}${palmtopdir}/bin/`basename $i`
18         done
19 }
20