aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lemon/lemon_3.5.4.bb
blob: 4a7e5e77f0bc60245282bddee45924862a4f4d9c (plain)
1
2
3
4
5
6
7
8
9
10
11
require lemon.inc

PR = "r0"

do_install() {
	install -d ${D}${bindir}
	install -m 0755 lemon ${D}${bindir}
	install -m 0644 lempar.c ${D}${bindir}
	install -d ${D}${mandir}/man1
	install -m 0644 ${WORKDIR}/lemon.1 ${D}${mandir}/man1/
}