aboutsummaryrefslogtreecommitdiffstats
path: root/packages/lemon/lemon-native.bb
blob: 02effba2c0a74fc674b99acf280964ba570acdb2 (plain)
1
2
3
4
5
6
7
8
9
include lemon.inc
inherit native

do_stage () {
	install -d ${STAGING_BINDIR}
	install -m 0755 lemon ${STAGING_BINDIR}/
	install -d ${STAGING_DATADIR}/lemon
	install -m 0644 lempar.c ${STAGING_DATADIR}/lemon/
}