aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-28 21:24:43 -0800
committerAdam Vandenberg2013-01-28 21:40:36 -0800
commit20ee20622f29646a54152bfec9fe7cca2a0792b2 (patch)
tree663832f1880aff9846dbda087b929532de70851a /Library/Formula
parent52260d667b18f32d28913fcc8f5263c1095ca76f (diff)
downloadhomebrew-20ee20622f29646a54152bfec9fe7cca2a0792b2.tar.bz2
libfishsound: style nits
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libfishsound.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/libfishsound.rb b/Library/Formula/libfishsound.rb
index 5366476eb..e77cf9ca5 100644
--- a/Library/Formula/libfishsound.rb
+++ b/Library/Formula/libfishsound.rb
@@ -1,8 +1,8 @@
require 'formula'
class Libfishsound < Formula
- url 'http://downloads.xiph.org/releases/libfishsound/libfishsound-1.0.0.tar.gz'
homepage 'http://xiph.org/fishsound/'
+ url 'http://downloads.xiph.org/releases/libfishsound/libfishsound-1.0.0.tar.gz'
sha1 '5263dfaa12dce71e30c5d80f871d92869c6b5ce2'
depends_on 'pkg-config' => :build
@@ -11,7 +11,8 @@ class Libfishsound < Formula
depends_on 'flac' => :optional
def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
+ system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
system "make install"
end
end