opie: changed version to allow upgrade from 1.1.6
[vuplus_openembedded] / opie-calibrate / opie-calibrate_cvs.oe
1 DESCRIPTION = "Opie Standalone Touchscreen Calibration Utility"
2 SECTION = "opie/base"
3 PRIORITY = "optional"
4 MAINTAINER = "Team Opie <opie@handhelds.org>"
5 LICENSE = "GPL"
6 PV = "1.1.6+cvs-${CVSDATE}"
7
8 SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/apps/calibrate"
9 S = "${WORKDIR}/calibrate"
10
11 inherit opie
12
13 do_install() {
14         install -d ${D}/${palmtopdir}/bin/
15         install -m 0755 calibrate ${D}/${palmtopdir}/bin/
16 }