summaryrefslogtreecommitdiff
path: root/zip.morph
diff options
context:
space:
mode:
Diffstat (limited to 'zip.morph')
-rw-r--r--zip.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/zip.morph b/zip.morph
new file mode 100644
index 0000000..0a4ae80
--- /dev/null
+++ b/zip.morph
@@ -0,0 +1,11 @@
+{
+ "name": "zip",
+ "kind": "chunk",
+ "build-system": "manual",
+ "build-commands": [
+ "make -f unix/Makefile prefix=\"$PREFIX\" \"CFLAGS_NOOPT=-I. -DUNIX\" generic_gcc"
+ ],
+ "install-commands": [
+ "make -f unix/Makefile prefix=\"$DESTDIR/$PREFIX\" MANDIR=\"$DESTDIR/$PREFIX/share/man/man1\" install"
+ ]
+}