optipng: style nits

This commit is contained in:
Adam Vandenberg 2012-03-21 20:23:47 -07:00
parent e96d0ff3e6
commit 8d0fa62a29

View file

@ -1,12 +1,14 @@
require 'formula'
class Optipng < Formula
url 'http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.1/optipng-0.7.1.tar.gz'
homepage 'http://optipng.sourceforge.net/'
url 'http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.1/optipng-0.7.1.tar.gz'
md5 'b6181d566998ad489397b985ebfc4a03'
def install
system "./configure", "--with-system-zlib", "--prefix=#{prefix}", "--mandir=#{man}"
system "./configure", "--with-system-zlib",
"--prefix=#{prefix}",
"--mandir=#{man}"
system "make install"
end
end