Skip to content

Instantly share code, notes, and snippets.

@codingisacopingstrategy
Created December 26, 2010 20:54
Show Gist options
  • Save codingisacopingstrategy/755628 to your computer and use it in GitHub Desktop.
Save codingisacopingstrategy/755628 to your computer and use it in GitHub Desktop.
Latest libtool (dupe)
require 'formula'
class Libtool <Formula
url 'http://ftp.gnu.org/gnu/libtool/libtool-2.4.tar.gz'
homepage 'http://www.gnu.org/software/libtool/'
md5 'b32b04148ecdd7344abc6fe8bd1bb021'
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