2009-10-15 08:07:12 +00:00
|
|
|
require 'formula'
|
2009-09-09 19:50:13 +00:00
|
|
|
|
|
|
|
class Intltool <Formula
|
2010-04-07 05:58:35 +00:00
|
|
|
url 'http://edge.launchpad.net/intltool/trunk/0.41.0/+download/intltool-0.41.0.tar.gz'
|
|
|
|
homepage 'http://www.freedesktop.org/wiki/Software/intltool'
|
|
|
|
md5 '8a6e4afd3fc93637dcd70e36ab899364'
|
2009-09-09 19:50:13 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|