summaryrefslogtreecommitdiff
path: root/homebrew/unac/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/unac/.make.sh-auto')
-rw-r--r--homebrew/unac/.make.sh-auto9
1 files changed, 9 insertions, 0 deletions
diff --git a/homebrew/unac/.make.sh-auto b/homebrew/unac/.make.sh-auto
new file mode 100644
index 000000000..5bd2e0962
--- /dev/null
+++ b/homebrew/unac/.make.sh-auto
@@ -0,0 +1,9 @@
+pkg:setup
+chmod 0755, "configure"
+touch "config.rpath"
+inreplace "autogen.sh", "libtool", "glibtool"
+./autogen.sh
+pkg:configure --disable-dependency-tracking
+make
+ENV.deparallelize
+make DESTDIR=${PKG_DEST} install