summaryrefslogtreecommitdiff
path: root/homebrew/gstvalidate/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/gstvalidate/.make.sh-auto')
-rw-r--r--homebrew/gstvalidate/.make.sh-auto13
1 files changed, 13 insertions, 0 deletions
diff --git a/homebrew/gstvalidate/.make.sh-auto b/homebrew/gstvalidate/.make.sh-auto
new file mode 100644
index 000000000..3de4d9e99
--- /dev/null
+++ b/homebrew/gstvalidate/.make.sh-auto
@@ -0,0 +1,13 @@
+pkg:setup
+args = %W[--prefix=#{prefix} --disable-debug --disable-dependency-tracking --disable-silent-rules ]
+ENV["NOCONFIGURE"] = "yes"
+cd "validate"
+./autogen.sh
+pkg:configure *args
+make
+make DESTDIR=${PKG_DEST} install
+end
+else
+pkg:configure *args
+make
+make DESTDIR=${PKG_DEST} install