aboutsummaryrefslogtreecommitdiffstats
path: root/packages/lemon/lemon-native_3.5.4.bb
blob: da76387689aef763d2cbb56735e0fd8c5bb76143 (plain)
1
2
3
4
5
6
7
8
9
10
11
require lemon.inc

FILE_PR = "r0"

inherit native

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