From b225df4694f582149655050bc0980c6efbd66e7b Mon Sep 17 00:00:00 2001 From: KAWACHI Takashi Date: Sun, 4 Aug 2013 18:05:14 +0900 Subject: tmpwatch 2.11 Closes #21649. Signed-off-by: Adam Vandenberg --- Library/Formula/tmpwatch.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/tmpwatch.rb (limited to 'Library/Formula') diff --git a/Library/Formula/tmpwatch.rb b/Library/Formula/tmpwatch.rb new file mode 100644 index 000000000..26fa081d2 --- /dev/null +++ b/Library/Formula/tmpwatch.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Tmpwatch < Formula + homepage 'https://fedorahosted.org/tmpwatch/' + url 'https://fedorahosted.org/releases/t/m/tmpwatch/tmpwatch-2.11.tar.bz2' + sha1 'c578dd98e5ea64ad987a95ae55926685a0df0659' + + def install + system "./configure", "--disable-dependency-tracking", + "--prefix=#{prefix}" + system "make", "install" + end +end -- cgit v1.2.3