Commit 47cb8ebe authored by Yan Couto's avatar Yan Couto Committed by Kazushi (Jam) Marukawa

Updating and fixing libszl

parent dfe87b90
...@@ -3,9 +3,9 @@ require 'package' ...@@ -3,9 +3,9 @@ require 'package'
class Libslz < 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.' description 'SLZ is a fast and memory-less stream compressor which produces an output that can be decompressed with zlib or gzip.'
homepage 'https://github.com/haproxy/libslz' homepage 'https://github.com/haproxy/libslz'
version '1.1.0' version '1.1.0-1'
source_url 'http://git.1wt.eu/web?p=libslz.git;a=snapshot;h=afa04ae1f976957cf36287cc5370998d0559bc63;sf=tbz2' source_url 'http://git.1wt.eu/web?p=libslz.git;a=snapshot;h=f65544ca6a0d628b1db2d76069cc3be493543d38;sf=tbz2'
source_sha256 '45527de53bca42faad9ad4078893c5e9a633e15c86eb9b06218d5b97e12f2096' source_sha256 '985cb527a4d1c7a93e9eb19d79f97513eb57cfe6e112b727976855c8144ffccc'
binary_url ({ binary_url ({
}) })
...@@ -13,7 +13,7 @@ class Libslz < Package ...@@ -13,7 +13,7 @@ class Libslz < Package
}) })
def self.build def self.build
system "make PREFIX=/usr/local" system "make PREFIX=#{CREW_PREFIX}"
end end
def self.install def self.install
......
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