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

FILES_${PN} = "/bin"

do_compile() {
	oe_runmake
}

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