aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fastjar/fastjar-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/fastjar/fastjar-native.inc')
-rw-r--r--recipes/fastjar/fastjar-native.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/fastjar/fastjar-native.inc b/recipes/fastjar/fastjar-native.inc
new file mode 100644
index 0000000000..e4d7084138
--- /dev/null
+++ b/recipes/fastjar/fastjar-native.inc
@@ -0,0 +1,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
+}