From a749ef21759557c170cc24ab087589d8db547ec2 Mon Sep 17 00:00:00 2001 From: John P. Speno Date: Thu, 28 Feb 2013 14:36:10 -0500 Subject: New fomrula: gsasl The gsasl package is a superset of libgsasl. Installing it provides the gsasl libraries, the header files, a command line tool called gsasl to access the library from the shell and the manual. Closes #16428. Signed-off-by: Jack Nagel --- Library/Formula/gsasl.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Library/Formula/gsasl.rb (limited to 'Library/Formula') diff --git a/Library/Formula/gsasl.rb b/Library/Formula/gsasl.rb new file mode 100644 index 000000000..f1fac97ba --- /dev/null +++ b/Library/Formula/gsasl.rb @@ -0,0 +1,15 @@ +require 'formula' + +class Gsasl < Formula + homepage 'http://www.gnu.org/software/gsasl/' + url 'http://ftpmirror.gnu.org/gsasl/gsasl-1.8.0.tar.gz' + mirror 'http://ftp.gnu.org/gsasl/gsasl-1.8.0.tar.gz' + sha1 '343fd97ae924dc406986c02fb9b889f4114239ae' + + def install + system "./configure", "--disable-dependency-tracking", + "--with-gssapi-impl=mit", + "--prefix=#{prefix}" + system "make install" + end +end -- cgit v1.2.3