Skip to content

Instantly share code, notes, and snippets.

@altamic
Created August 26, 2010 19:54
Show Gist options
  • Save altamic/552115 to your computer and use it in GitHub Desktop.
Save altamic/552115 to your computer and use it in GitHub Desktop.
require 'formula'
class GstPluginsGl < Formula
url 'http://www.gstreamer.net/src/gst-plugins-gl/gst-plugins-gl-0.10.1.tar.gz'
homepage 'http://www.gstreamer.net/src/gst-plugins-gl/'
md5 '81c098243702c0f22db1527d0077d7bf'
def install
system "./configure", "--prefix=#{prefix}"
system "make install"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment