lsdvd: style nits

master
Adam Vandenberg 2013-01-28 21:30:03 -08:00
parent 616c552489
commit 2b29219c8e
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,8 @@
require 'formula'
class Lsdvd < Formula
url 'http://downloads.sourceforge.net/project/lsdvd/lsdvd/0.16%20-%20I%20hate%20James%20Blunt/lsdvd-0.16.tar.gz'
homepage 'http://sourceforge.net/projects/lsdvd'
url 'http://downloads.sourceforge.net/project/lsdvd/lsdvd/0.16%20-%20I%20hate%20James%20Blunt/lsdvd-0.16.tar.gz'
sha1 'd5c0d32bfb220807ebdc0bfbb17679e7294791f4'
depends_on 'libdvdread'
@ -17,7 +17,8 @@ class Lsdvd < Formula
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}", "--mandir=#{man}"
"--prefix=#{prefix}",
"--mandir=#{man}"
system "make install"
end
end