aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fastjar/fastjar-native.inc
blob: e4d7084138353695324242c59a21c911c2268622 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DEPENDS = "zlib-native"

S = "${WORKDIR}/fastjar-${PV}"

inherit native

do_configure () {
	gnu-configize || die "failure running gnu-configize"
	oe_runconf
}

do_make() {
	oe_runmake bin_PROGRAMS
}

do_stage() {
	oe_runmake install-binPROGRAMS
}