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

Commit

Permalink
libbind 6.0
Browse files Browse the repository at this point in the history
Closes #18982.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
BrianAker authored and adamv committed Jun 18, 2013
1 parent f626432 commit 514b6c9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Library/Formula/libbind.rb
@@ -0,0 +1,13 @@
require 'formula'

class Libbind < Formula
homepage 'https://www.isc.org/software/libbind'
url 'ftp://ftp.isc.org/isc/libbind/6.0/libbind-6.0.tar.gz'
sha1 '4664646238cd3602df168da1e9bc9591d3f566b2'

def install
system "./configure", "--prefix=#{prefix}"
system "make" # You need to call make, before you can call make install
system "make install"
end
end

0 comments on commit 514b6c9

Please sign in to comment.