pngcrush 1.7.12
This commit is contained in:
parent
46e1949387
commit
6e8d9364ee
1 changed files with 4 additions and 4 deletions
|
@ -2,13 +2,13 @@ require 'formula'
|
||||||
|
|
||||||
class Pngcrush <Formula
|
class Pngcrush <Formula
|
||||||
homepage 'http://pmt.sourceforge.net/pngcrush/'
|
homepage 'http://pmt.sourceforge.net/pngcrush/'
|
||||||
url "http://downloads.sourceforge.net/sourceforge/pmt/pngcrush-1.7.7.tar.bz2"
|
url 'http://downloads.sourceforge.net/project/pmt/pngcrush/00-1.7.12/pngcrush-1.7.12.tar.bz2'
|
||||||
md5 '0ac097be4c7eb28504f8a583ee92b103'
|
md5 '16d2eab491a13c1bc32d763e3d21e85b'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
# use our CFLAGS, LDFLAGS, CC, and LD
|
# use our CFLAGS, LDFLAGS, CC, and LD
|
||||||
inreplace 'Makefile' do |contents|
|
inreplace 'Makefile' do |s|
|
||||||
contents.remove_make_var! %w[CFLAGS LDFLAGS CC LD]
|
s.remove_make_var! %w[CFLAGS LDFLAGS CC LD]
|
||||||
end
|
end
|
||||||
|
|
||||||
system "make"
|
system "make"
|
||||||
|
|
Loading…
Reference in a new issue