From 17712c4f85edf5a1f4677e8bc4f199db5da2c5f1 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Thu, 26 Sep 2013 11:55:30 +0100 Subject: flowgrind 0.6.1 Closes #22842. Signed-off-by: Adam Vandenberg --- Library/Formula/flowgrind.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Library/Formula/flowgrind.rb (limited to 'Library/Formula') diff --git a/Library/Formula/flowgrind.rb b/Library/Formula/flowgrind.rb new file mode 100644 index 000000000..e0c2b0367 --- /dev/null +++ b/Library/Formula/flowgrind.rb @@ -0,0 +1,18 @@ +require 'formula' + +class Flowgrind < Formula + homepage 'https://launchpad.net/flowgrind' + url 'https://launchpad.net/flowgrind/trunk/flowgrind-0.6.1/+download/flowgrind-0.6.1.tar.bz2' + sha1 'aaa4714dbbe2bb8d5eb249a0d526f4bc7023db2c' + + depends_on 'gsl' + depends_on 'xmlrpc-c' + + def install + system "./configure", "--disable-debug", + "--disable-dependency-tracking", + "--disable-silent-rules", + "--prefix=#{prefix}" + system "make", "install" + end +end -- cgit v1.2.3