Commit 93d7ec14 authored by Tit Petric's avatar Tit Petric

import nettle package

parent 0d5c9a9c
require 'package'
class Nettle < Package
version '2.7.1'
source_url 'https://ftp.gnu.org/gnu/nettle/nettle-2.7.1.tar.gz'
source_sha1 'e7477df5f66e650c4c4738ec8e01c2efdb5d1211'
depends_on 'buildessential'
depends_on 'm4'
def self.build
system "./configure --libdir=/usr/local/lib"
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