aboutsummaryrefslogtreecommitdiffstats
path: root/opie-camera
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-10-06 11:49:31 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-10-06 11:49:31 +0000
commit0812146f01cdef9d6485130e9a0ea27bb5208a0b (patch)
tree1eb8ce2f670a7371a3a3905893c214bc30a0a298 /opie-camera
parent4abd898930587a870ded7755f39cff04cec46c76 (diff)
downloadopenembedded-0812146f01cdef9d6485130e9a0ea27bb5208a0b.tar.gz
add PV and PR for opie-camera as pointed out by hrw
BKrev: 4163dbcbtZ_chWju-6_09nWTZkIt8A
Diffstat (limited to 'opie-camera')
-rw-r--r--opie-camera/opie-camera_cvs.oe26
1 files changed, 26 insertions, 0 deletions
diff --git a/opie-camera/opie-camera_cvs.oe b/opie-camera/opie-camera_cvs.oe
index e69de29bb2..cbbcfe3bef 100644
--- a/opie-camera/opie-camera_cvs.oe
+++ b/opie-camera/opie-camera_cvs.oe
@@ -0,0 +1,26 @@
+DESCRIPTION = "Opie Camera, Photo and Video Capturing Application for the Sharp CF-AG06 camera"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@vanille.de>"
+LICENSE = "GPL"
+APPNAME = "camera"
+APPTYPE = "binary"
+PV = "1.0.3-cvs-${CVSDATE}"
+PR = "r0"
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/multimedia/${APPNAME} \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps"
+S = "${WORKDIR}/camera"
+
+EXTRA_QMAKEVARS_POST=" LIBS+=-L.. "
+
+inherit opie
+
+do_install() {
+ install -d ${D}/${palmtopdir}/pics/${APPNAME}
+ install -d ${D}/${palmtopdir}/lib/
+ oe_libinstall -so libcamera ${D}/${palmtopdir}/lib
+ install -m 0755 capture ${D}/${palmtopdir}/bin/
+ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+}