Commit 50fc7f9d authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #472 from cstrouse/add-npth

Add npth (1.3) package
parents 04f39ead e47c7460
require 'package'
class Npth < Package
version '1.3'
source_url 'https://www.gnupg.org/ftp/gcrypt/npth/npth-1.3.tar.bz2'
source_sha1 '1b21507cfa3f58bdd19ef2f6800ab4cb67729972'
def self.build
system "./configure --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