summaryrefslogtreecommitdiff
path: root/data/p7zip/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/p7zip/make.sh')
-rw-r--r--data/p7zip/make.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/p7zip/make.sh b/data/p7zip/make.sh
new file mode 100644
index 000000000..1d0ec501a
--- /dev/null
+++ b/data/p7zip/make.sh
@@ -0,0 +1,6 @@
+pkg:extract
+cd *
+pkg:patch
+mv -f makefile.macosx makefile.machine
+make all2
+make install DEST_HOME="${PKG_DEST}/usr"