aboutsummaryrefslogtreecommitdiffstats
path: root/packages/lemon/lemon.bb
blob: 3309a45b427dfff8c25fa576c1c87930c8716357 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include lemon.inc

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