]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/opie-examples/opie-examples.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / opie-examples / opie-examples.inc
1 DESCRIPTION = "Developer Examples for Opie"
2 SECTION = "opie/base"
3 PRIORITY = "optional"
4 MAINTAINER = "Team Opie <opie@handhelds.org>"
5 DEPENDS = "opie-networksettings"
6 LICENSE = "GPL"
7 APPTYPE = "binary"
8
9 S = "${WORKDIR}/examples"
10
11 inherit opie
12
13 do_install() {
14         install -d ${D}${palmtopdir}/bin/
15
16         for i in `find . -perm 0755 -type f`
17         do
18                 install -m 0755 $i ${D}${palmtopdir}/bin/`basename $i`
19         done
20 }
21