summaryrefslogtreecommitdiff
path: root/zip
diff options
context:
space:
mode:
Diffstat (limited to 'zip')
-rw-r--r--zip/zip-native_2.3.oe9
1 files changed, 9 insertions, 0 deletions
diff --git a/zip/zip-native_2.3.oe b/zip/zip-native_2.3.oe
index e69de29bb2..e22b537c28 100644
--- a/zip/zip-native_2.3.oe
+++ b/zip/zip-native_2.3.oe
@@ -0,0 +1,9 @@
+SECTION = "console/utils"
+inherit native
+include zip_${PV}.oe
+S = "${WORKDIR}/zip-${PV}"
+
+do_stage() {
+ install -d ${STAGING_BINDIR}
+ install zip zipnote zipsplit zipcloak ${STAGING_BINDIR}
+}