Commit b8fd07b6 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #501 from cstrouse/add-libslz

Add libslz (1.1.0) package
parents b4782bfe c4897776
require 'package'
class Libslz < Package
version '1.1.0'
source_url 'http://git.1wt.eu/web?p=libslz.git;a=snapshot;h=afa04ae1f976957cf36287cc5370998d0559bc63;sf=tbz2'
source_sha1 '20d8a90c6a0949bfb15547ead0636e416366ac44'
def self.build
system "make PREFIX=/usr/local"
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