Commit 835f1f93 authored by Tit Petric's avatar Tit Petric

import gnutls package

parent 589ab471
require 'package'
class Gnutls < Package
version '3.3.15'
source_url 'ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/gnutls-3.3.15.tar.xz'
source_sha1 'd7f66b0aeaf48ff8621cc1913230635ef672f0a4'
depends_on 'buildessential'
depends_on 'nettle'
depends_on 'pkgconfig'
def self.build
system "./configure"
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