summaryrefslogtreecommitdiff
path: root/homebrew/libarchive/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libarchive/.make.sh-auto')
-rw-r--r--homebrew/libarchive/.make.sh-auto11
1 files changed, 11 insertions, 0 deletions
diff --git a/homebrew/libarchive/.make.sh-auto b/homebrew/libarchive/.make.sh-auto
new file mode 100644
index 000000000..fc3ce5f9a
--- /dev/null
+++ b/homebrew/libarchive/.make.sh-auto
@@ -0,0 +1,11 @@
+pkg:setup
+pkg:configure --without-lzo2
+"--without-nettle",
+"--without-xml2",
+"--without-openssl",
+"--with-expat"
+make DESTDIR=${PKG_DEST} install
+ln_s bin/"bsdtar", bin/"tar"
+ln_s bin/"bsdcpio", bin/"cpio"
+ln_s man1/"bsdtar.1", man1/"tar.1"
+ln_s man1/"bsdcpio.1", man1/"cpio.1"