aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-13 20:02:16 -0800
committerAdam Vandenberg2012-02-13 21:53:06 -0800
commitfb27b8819e7d778bc39ac3df25f140bbff885a0d (patch)
tree223b9e4de45a6060c97494bd726b7280c96dd37c /Library/Formula
parentd3b094bd5ec47dec2a53002b4d523c96520c9776 (diff)
downloadhomebrew-fb27b8819e7d778bc39ac3df25f140bbff885a0d.tar.bz2
gqview: style update
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gqview.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/gqview.rb b/Library/Formula/gqview.rb
index ec2b7d9b8..f039a27f0 100644
--- a/Library/Formula/gqview.rb
+++ b/Library/Formula/gqview.rb
@@ -1,14 +1,16 @@
require 'formula'
class Gqview < Formula
- url 'http://downloads.sourceforge.net/project/gqview/gqview/2.0.4/gqview-2.0.4.tar.gz'
homepage 'http://gqview.sourceforge.net'
+ url 'http://downloads.sourceforge.net/project/gqview/gqview/2.0.4/gqview-2.0.4.tar.gz'
md5 '7196deab04db94cec2167637cddc02f9'
depends_on 'gtk+'
def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--mandir=#{man}"
+ system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ "--prefix=#{prefix}",
+ "--mandir=#{man}"
system "make install"
end
end