libfishsound: style nits
This commit is contained in:
parent
f6cc1c3744
commit
f5f5aa66ae
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue