summaryrefslogtreecommitdiff
path: root/opie-calibrate/opie-calibrate_cvs.oe
blob: 4e5e42116c07aceece9c89813c57fe94a5191e84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Opie Standalone Touchscreen Calibration Utility"
SECTION = "opie/base"
PRIORITY = "optional"
MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
PV = "1.1.6-cvs-${CVSDATE}"

SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/apps/calibrate"
S = "${WORKDIR}/calibrate"

inherit opie

do_install() {
	install -d ${D}/${palmtopdir}/bin/
	install -m 0755 calibrate ${D}/${palmtopdir}/bin/
}