Commit 47086343 authored by ntchambers's avatar ntchambers

Added bind version 9.10.4

parent fe65040d
require 'package'
class Bind < Package
version '9.10.4'
source_url 'https://www.isc.org/downloads/file/bind-9-10-4-p6/'
source_sha1 'c08bef47136b3b88844a4c3b8a6227445fca6f40'
def self.build
system "BUILD_CC=gcc ./configure --host=x86_64 --with-randomdev=no --with-ecdsa=yes --with-gost=yes --prefix=/usr/local"
system "make"
end
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment