summaryrefslogtreecommitdiff
path: root/chkhinge/chkhinge_20040706.oe
blob: 3b5d01ace09c9f3f50d29a088d738e828faf9d86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SECTION = "base"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/chkhinge;date=${PV}"
LICENSE = "MIT"
S = "${WORKDIR}/chkhinge"

FILES_${PN} = "/bin"

do_compile() {
	oe_runmake
}

do_install() {
	install -d ${D}/bin
	install chkhinge ${D}/bin/
}