blob: 21413ca3182dfb696b55e9d2638fba1ed346eb96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "Opie Calibrate"
SECTION = "opie/base"
PRIORITY = "optional"
MAINTAINER = "Opie Team <opie@handhelds.org>"
LICENSE = "GPL"
RDEPENDS = "libqpe1"
PV = "1.1.3-cvs-${CVSDATE}"
SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/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/
}
|