From 1c1cb2b4ffdd202a83a545345efb01b43d738397 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Mon, 17 Mar 2014 10:34:31 -0700 Subject: coremod 4.2.0 --- Library/Formula/coremod.rb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Library/Formula/coremod.rb (limited to 'Library/Formula') diff --git a/Library/Formula/coremod.rb b/Library/Formula/coremod.rb new file mode 100644 index 000000000..b2ec472bb --- /dev/null +++ b/Library/Formula/coremod.rb @@ -0,0 +1,19 @@ +require "formula" + +class Coremod < Formula + homepage "http://xmp.sourceforge.net" + url "https://github.com/cmatsuoka/coremod/archive/coremod-4.2.0.tar.gz" + sha1 "3dc36af9fef89ad5204554440a7044a5ceaf3f67" + + head do + url "https://github.com/cmatsuoka/coremod.git" + end + + depends_on :autoconf + + def install + system "autoconf" + system "./configure", "--prefix=#{prefix}" + system "make install" + end +end -- cgit v1.2.3