From b8707947da7dbd22c43dd77655fb78f3d8f1737e Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Thu, 26 Sep 2013 16:00:19 +0100 Subject: xplot 0.90.7.1 Closes #22849. Signed-off-by: Adam Vandenberg --- Library/Formula/xplot.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Library/Formula/xplot.rb (limited to 'Library/Formula/xplot.rb') diff --git a/Library/Formula/xplot.rb b/Library/Formula/xplot.rb new file mode 100644 index 000000000..44e5527d9 --- /dev/null +++ b/Library/Formula/xplot.rb @@ -0,0 +1,16 @@ +require 'formula' + +class Xplot < Formula + homepage 'http://www.xplot.org' + url 'http://www.xplot.org/xplot/xplot-0.90.7.1.tar.gz' + sha1 '164074206addaeb971d2fa65069c7c7be654efc5' + + depends_on :x11 + + def install + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}" + inreplace 'Makefile', 'man/man1', 'share/man/man1' + system "make install" + end +end -- cgit v1.2.3