From c40b587e75b36c555b1c82958e6414e160b29afd Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 20 Jul 2012 19:36:52 +0100 Subject: Add morphology --- zip.morph | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 zip.morph 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" + ] +} -- cgit v1.2.1