libfishsound: style nits

This commit is contained in:
Adam Vandenberg 2013-01-28 21:24:43 -08:00
parent f6cc1c3744
commit f5f5aa66ae

View file

@ -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