aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-02-09 19:47:18 -0600
committerJack Nagel2012-02-09 19:47:18 -0600
commitc6e7951af57edfc844d80df2dc7a823748ce99a8 (patch)
tree4e22f4c7ca557675b813508340e6bf2ee616b4d2 /Library
parent4cdb65f91c94be389619e275afc0a22565e4c710 (diff)
downloadhomebrew-c6e7951af57edfc844d80df2dc7a823748ce99a8.tar.bz2
blitz++: style cleanups
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/blitz.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/blitz.rb b/Library/Formula/blitz.rb
index be9e74bd5..4d7bf5a63 100644
--- a/Library/Formula/blitz.rb
+++ b/Library/Formula/blitz.rb
@@ -1,15 +1,17 @@
require 'formula'
class Blitz < Formula
- url 'http://downloads.sourceforge.net/project/blitz/blitz/Blitz%2B%2B%200.9/blitz-0.9.tar.gz'
homepage 'http://oonumerics.org/blitz'
+ url 'http://downloads.sourceforge.net/project/blitz/blitz/Blitz%2B%2B%200.9/blitz-0.9.tar.gz'
md5 '031df2816c73e2d3bd6d667bbac19eca'
+
head 'http://blitz.hg.sourceforge.net:8000/hgroot/blitz/blitz', :using => :hg
def install
system "/usr/bin/autoreconf", "-fi" if ARGV.build_head?
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ system "./configure", "--disable-debug",
+ "--disable-dependency-tracking",
"--infodir=#{info}",
"--enable-shared",
"--disable-doxygen",