diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pngcheck.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/pngcheck.rb b/Library/Formula/pngcheck.rb index 6fe933f55..8835d668e 100644 --- a/Library/Formula/pngcheck.rb +++ b/Library/Formula/pngcheck.rb @@ -4,9 +4,10 @@ class Pngcheck < Formula homepage 'http://www.libpng.org/pub/png/apps/pngcheck.html' url 'https://downloads.sourceforge.net/project/png-mng/pngcheck/2.3.0/pngcheck-2.3.0.tar.gz' sha1 'e7f1535abbf2f809e036a9a43c759eeac5e39350' + revision 1 def install - system 'make pngcheck' - bin.install 'pngcheck' + system 'make -f Makefile.unx ZINC= ZLIB=-lz' + bin.install %w[pngcheck pngsplit png-fix-IDAT-windowsize] end end |
