blob: 741f2b3e44d24737ed01252a3e86ccc8039f8a59 (
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.7+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/
}
|