aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/speex.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-27 21:19:42 -0800
committerAdam Vandenberg2013-01-28 21:40:11 -0800
commit8b7d402b14639abe2a2ab30337946ae2e709afca (patch)
tree24658192988a75ef84b066100044e642c8c07342 /Library/Formula/speex.rb
parente80c4ca701d7437a02965c3036b96f84bf51ad7f (diff)
downloadhomebrew-8b7d402b14639abe2a2ab30337946ae2e709afca.tar.bz2
speex: style nits
Diffstat (limited to 'Library/Formula/speex.rb')
-rw-r--r--Library/Formula/speex.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/speex.rb b/Library/Formula/speex.rb
index 0219bd940..a7a4747bb 100644
--- a/Library/Formula/speex.rb
+++ b/Library/Formula/speex.rb
@@ -1,8 +1,8 @@
require 'formula'
class Speex < Formula
- url 'http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz'
homepage 'http://speex.org'
+ url 'http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz'
sha1 '52daa72572e844e5165315e208da539b2a55c5eb'
depends_on 'pkg-config' => :build
@@ -10,7 +10,8 @@ class Speex < Formula
def install
ENV.j1
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
system "make install"
end
end