From 1ad3d44053d6dbafb74185178bfdfdfb426d8c46 Mon Sep 17 00:00:00 2001 From: Tom Whipple Date: Tue, 2 Jul 2013 08:01:17 -0700 Subject: nPth 0.91 Closes #20962. Signed-off-by: Adam Vandenberg --- Library/Formula/npth.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/npth.rb (limited to 'Library/Formula') diff --git a/Library/Formula/npth.rb b/Library/Formula/npth.rb new file mode 100644 index 000000000..679d1f5cc --- /dev/null +++ b/Library/Formula/npth.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Npth < Formula + homepage 'http://lwn.net/Articles/496268/' + url 'ftp://ftp.gnupg.org/gcrypt/npth/npth-0.91.tar.bz2' + sha1 'bb10db9f043fb63424162b6da6969af9082e6fa0' + + def install + system "./configure", "--disable-dependency-tracking", + "--prefix=#{prefix}" + system "make", "install" + end +end -- cgit v1.2.3