aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-27 19:23:22 -0800
committerAdam Vandenberg2013-01-28 21:40:02 -0800
commitc45abca0c1428832dfc722a72b3fd3c21363506e (patch)
tree85438adfcfbe74e7eddfa3752f5cc17db7f62952 /Library/Formula
parent34cc5e529773da703ef7fd4a2ed8ff4dcc3225ec (diff)
downloadhomebrew-c45abca0c1428832dfc722a72b3fd3c21363506e.tar.bz2
tivodecode: style nits
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tivodecode.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/tivodecode.rb b/Library/Formula/tivodecode.rb
index ad582d3a4..1e338e893 100644
--- a/Library/Formula/tivodecode.rb
+++ b/Library/Formula/tivodecode.rb
@@ -1,13 +1,14 @@
require 'formula'
class Tivodecode < Formula
- url 'http://downloads.sourceforge.net/project/tivodecode/tivodecode/0.2pre4/tivodecode-0.2pre4.tar.gz'
homepage 'http://tivodecode.sourceforge.net/'
+ url 'http://downloads.sourceforge.net/project/tivodecode/tivodecode/0.2pre4/tivodecode-0.2pre4.tar.gz'
sha1 'efabe4aee461e6da90ddc52abe9ae025c4185032'
version '0.2pre4'
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