diff options
| author | Adam Vandenberg | 2010-05-05 15:03:07 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-08-20 09:02:52 -0700 | 
| commit | 3ed659f9be94f9b0e629bd1b912a079cae519170 (patch) | |
| tree | 7e639ca79a592d711fb9f129e4211bcd58c318af /Library/Formula/libidl.rb | |
| parent | e93395eb507023d48a3669dbab3652e598eb2297 (diff) | |
| download | homebrew-3ed659f9be94f9b0e629bd1b912a079cae519170.tar.bz2 | |
libidl 0.8.14
Diffstat (limited to 'Library/Formula/libidl.rb')
| -rw-r--r-- | Library/Formula/libidl.rb | 8 | 
1 files changed, 3 insertions, 5 deletions
| diff --git a/Library/Formula/libidl.rb b/Library/Formula/libidl.rb index 9e4d07bde..a8638fc80 100644 --- a/Library/Formula/libidl.rb +++ b/Library/Formula/libidl.rb @@ -1,18 +1,16 @@  require 'formula'  class Libidl <Formula -  url 'http://ftp.acc.umu.se/pub/gnome/sources/libIDL/0.8/libIDL-0.8.13.tar.bz2' -  # The real homepage wasn't responding when this brew was created: -  # homepage 'http://andrewtv.org/libIDL/' +  url 'http://ftp.acc.umu.se/pub/gnome/sources/libIDL/0.8/libIDL-0.8.14.tar.bz2'    homepage 'http://ftp.acc.umu.se/pub/gnome/sources/libIDL/0.8/' -  md5 'b43b289a859eb38a710f70622c46e571' +  md5 'bb8e10a218fac793a52d404d14adedcb'    depends_on 'pkg-config'    depends_on 'gettext'    depends_on 'glib'    def install -    system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" +    system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"      system "make install"    end  end | 
