Commit 7f315846 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #506 from cstrouse/add-links

Add links (1.03) package
parents efdfb17e 76605c92
require 'package'
class Links < Package
version '1.03'
source_url 'http://www.jikos.cz/~mikulas/links/download/links-1.03.tar.gz'
source_sha1 '659b2492c97a1416855d3e0f5a5f18aed5160b8a'
depends_on "openssl"
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