Commit 8a69fa37 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #419 from cstrouse/add-gc

Add gc (7.2g) package
parents 39039a23 cc29a3c0
require 'package'
class Gc < Package
version '7.2g'
source_url 'http://www.hboehm.info/gc/gc_source/gc-7.2g.tar.gz'
source_sha1 'd470f6c0dcb55f8a4f26199731edf006eba5b85c'
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