From dda7bb4051097a1e60130af227b4d401e709c951 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 19 Oct 2013 16:29:52 -0500 Subject: New formula: mm-common mm-common provides common build infrastructure for GNOME C++ bindings. It is required when bootstrapping a build, but not when building from release tarballs. --- Library/Formula/mm-common.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/mm-common.rb (limited to 'Library/Formula') diff --git a/Library/Formula/mm-common.rb b/Library/Formula/mm-common.rb new file mode 100644 index 000000000..4b0667034 --- /dev/null +++ b/Library/Formula/mm-common.rb @@ -0,0 +1,12 @@ +require 'formula' + +class MmCommon < Formula + homepage 'http://www.gtkmm.org' + url 'http://ftp.gnome.org/pub/GNOME/sources/mm-common/0.9/mm-common-0.9.6.tar.xz' + sha256 '7c37158a1f37604705a9b9305d3b335fb8256f5de701c8801269dde4e2ce7dde' + + def install + system "./configure", "--disable-silent-rules", "--prefix=#{prefix}" + system "make", "install" + end +end -- cgit v1.2.3