Commit 7ca33e6b authored by Casey Strouse's avatar Casey Strouse Committed by GitHub

Merge pull request #1442 from uberhacker/update-libslz-package

Update libslz from 1.1.0-1 to 1.1.0-2
parents 0e543196 8956a86b
......@@ -3,9 +3,9 @@ require 'package'
class Libslz < Package
description 'SLZ is a fast and memory-less stream compressor which produces an output that can be decompressed with zlib or gzip.'
homepage 'http://www.libslz.org/'
version '1.1.0-1'
source_url 'http://git.1wt.eu/web?p=libslz.git;a=snapshot;h=afa04ae1f976957cf36287cc5370998d0559bc63;sf=tbz2'
source_sha256 'cf6b2c00066890d3c7f40ef00e6620784b9dc4662e9a3b35f2059997037be728'
version '1.1.0-2'
source_url 'http://git.1wt.eu/web?p=libslz.git;a=snapshot;h=f65544ca6a0d628b1db2d76069cc3be493543d38;sf=tbz2'
source_sha256 '985cb527a4d1c7a93e9eb19d79f97513eb57cfe6e112b727976855c8144ffccc'
binary_url ({
})
......@@ -13,6 +13,7 @@ class Libslz < Package
})
def self.build
system "sed -i 's,LIBDIR := \$(PREFIX)/lib,LIBDIR := #{CREW_LIB_PREFIX},' Makefile"
system "make PREFIX=#{CREW_PREFIX}"
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