aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnome-common.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gnome-common.rb')
-rw-r--r--Library/Formula/gnome-common.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/gnome-common.rb b/Library/Formula/gnome-common.rb
new file mode 100644
index 000000000..db293037a
--- /dev/null
+++ b/Library/Formula/gnome-common.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class GnomeCommon <Formula
+ 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