Commit 56df8061 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #469 from cstrouse/add-libgpg-error

Add libgpg-error (1.13) package
parents 22b55c37 8807bec9
require 'package'
class Libgpgerror < Package
version '1.26'
source_url 'ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.26.tar.bz2'
source_sha1 '9a926e7ee6309e539313443555535d49a2a5c9f1'
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