Skip to content

Instantly share code, notes, and snippets.

@f440
Created February 24, 2012 01:02
Show Gist options
  • Select an option

  • Save f440/1896407 to your computer and use it in GitHub Desktop.

Select an option

Save f440/1896407 to your computer and use it in GitHub Desktop.
require 'formula'
class Automake < Formula
url 'http://ftp.gnu.org/gnu/automake/automake-1.11.tar.gz'
homepage 'http://www.gnu.org/software/automake'
md5 'fab0bd2c3990a6679adaf9eeac0c6d2a'
version "1.11"
def install
system "./configure", "--disable-dependency-tracking", "--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