Skip to content

Commit

Permalink
lzip: updated 1.11 and formula updates
Browse files Browse the repository at this point in the history
Formula updates:

* mandir
* CXXFLAGS
* remove `make check`

Signed-off-by: Adam Vandenberg <[email protected]>
  • Loading branch information
tianyicui authored and adamv committed Oct 4, 2010
1 parent d490e66 commit 7a78a9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Library/Formula/lzip.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
require 'formula'

class Lzip <Formula
url 'http:https://download.savannah.gnu.org/releases-noredirect/lzip/lzip-1.10.tar.gz'
url 'http:https://download.savannah.gnu.org/releases/lzip/lzip-1.11.tar.gz'
homepage 'http:https://www.nongnu.org/lzip/lzip.html'
md5 '84879f20450a69a94e125a67f4724d12'
md5 'ba9d0a705e47bcd2b73145d238aa7b58'

def install
system "./configure", "--prefix=#{prefix}", "CXX=#{ENV.cxx}"
system "make check"
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}",
"CXX=#{ENV.cxx}", "CXXFLAGS=#{ENV.cflags}"
system "make install"
end
end

0 comments on commit 7a78a9a

Please sign in to comment.