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
|
|
|
homepage 'http://git.gnome.org/browse/gnome-common/'
|
2014-04-03 14:25:42 +00:00
|
|
|
url 'http://ftp.gnome.org/pub/gnome/sources/gnome-common/3.12/gnome-common-3.12.0.tar.xz'
|
2014-03-28 19:55:59 +00:00
|
|
|
sha256 '18712bc2df6b2dd88a11b9f7f874096d1c0c6e7ebc9cfc0686ef963bd590e1d8'
|
2012-07-16 03:50:46 +00:00
|
|
|
|
2010-07-13 22:42:39 +00:00
|
|
|
def install
|
|
|
|
system "./configure", "--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|