summaryrefslogtreecommitdiff
path: root/homebrew/mediainfo/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/mediainfo/.make.sh-auto')
-rw-r--r--homebrew/mediainfo/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/mediainfo/.make.sh-auto b/homebrew/mediainfo/.make.sh-auto
new file mode 100644
index 000000000..550f22dff
--- /dev/null
+++ b/homebrew/mediainfo/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+cd "ZenLib/Project/GNU/Library"
+args = ["--disable-debug", "--disable-dependency-tracking", "--enable-static", "--enable-shared", "--prefix=#{prefix}"]
+pkg:configure *args
+make DESTDIR=${PKG_DEST} install