2010-07-13 22:42:39 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class GnomeCommon < Formula
|
2010-07-13 22:42:39 +00:00
|
|
|
url 'http://ftp.gnome.org/pub/gnome/sources/gnome-common/2.28/gnome-common-2.28.0.tar.gz'
|
|
|
|
homepage 'http://git.gnome.org/browse/gnome-common/'
|
|
|
|
md5 'c85414eb4538961973f9f68fcdb96c58'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|