optipng: style nits
This commit is contained in:
parent
e96d0ff3e6
commit
8d0fa62a29
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue