aboutsummaryrefslogtreecommitdiffstats
path: root/packages/chkhinge/chkhinge_20040706.bb
blob: aede2451b5ede5ea7e4410efd197b1bd65f6fd29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SECTION = "base"
SRC_URI = "${HANDHELDS_CVS};module=apps/chkhinge;date=${PV}"
LICENSE = "MIT"
S = "${WORKDIR}/chkhinge"
FILE_PR = "r1"

FILES_${PN} = "/bin"

do_compile() {
	oe_runmake
}

do_install() {
	install -d ${D}${base_bindir}
	install -m 4755 chkhinge ${D}${base_bindir}/
}