summaryrefslogtreecommitdiff
path: root/homebrew/gstpluginsbase/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/gstpluginsbase/.make.sh-auto')
-rw-r--r--homebrew/gstpluginsbase/.make.sh-auto8
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/gstpluginsbase/.make.sh-auto b/homebrew/gstpluginsbase/.make.sh-auto
new file mode 100644
index 000000000..9cc42d548
--- /dev/null
+++ b/homebrew/gstpluginsbase/.make.sh-auto
@@ -0,0 +1,8 @@
+pkg:setup
+args = %W[--prefix=#{prefix} --enable-experimental --disable-libvisual --disable-alsa --disable-cdparanoia --without-x --disable-x --disable-xvideo --disable-xshm --disable-debug --disable-dependency-tracking --enable-introspection=yes ]
+ENV["NOCONFIGURE"] = "yes"
+./autogen.sh
+end
+pkg:configure *args
+make
+make DESTDIR=${PKG_DEST} install