Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
New formula: libntlm
Closes #16970.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
ksexton authored and jacknagel committed Mar 8, 2013
1 parent 0f992bc commit ec8bc54
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Library/Formula/libntlm.rb
@@ -0,0 +1,13 @@
require 'formula'

class Libntlm < Formula
homepage 'http://www.nongnu.org/libntlm/'
url 'http://www.nongnu.org/libntlm/releases/libntlm-1.3.tar.gz'
sha1 '5dd798d5fb9a75656225052aa88ceb9befbbd4a0'

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end

0 comments on commit ec8bc54

Please sign in to comment.