]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/opie-camera/opie-camera.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / opie-camera / opie-camera.inc
1 DESCRIPTION = "Opie Camera, Photo and Video Capturing Application for the Sharp CF-AG06 camera"
2 SECTION = "opie/applications"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael 'Mickey' Lauer <mickey@vanille.de>"
5 LICENSE = "GPL"
6 RDEPENDS = "sharp-camera-support"
7 APPNAME = "camera"
8 APPTYPE = "binary"
9
10 S = "${WORKDIR}/camera"
11
12 EXTRA_QMAKEVARS_POST=" LIBS+=-L.. "
13 PARALLEL_MAKE = ""
14
15 inherit opie
16
17 do_install() {
18     install -d ${D}${palmtopdir}/pics/${APPNAME}
19     install -d ${D}${palmtopdir}/lib/
20     oe_libinstall -so libcamera ${D}${palmtopdir}/lib
21     install -m 0755 capture ${D}${palmtopdir}/bin/
22     install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
23 }