Skip to content

Commit

Permalink
libdvdread 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Apr 19, 2011
1 parent ae6ca74 commit 0dd360a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Library/Formula/libdvdread.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
require 'formula'

class Libdvdread < Formula
url 'http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-0.9.7.tar.gz'
homepage 'http://www.dtek.chalmers.se/groups/dvd/'
md5 '078788c9241ae16763529e1235502337'
# Official site is down; use a mirror.
url 'http://www1.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdread-4.1.3.tar.bz2'
md5 '6dc068d442c85a3cdd5ad3da75f6c6e8'

depends_on 'libdvdcss' => :optional

def install
system "./autogen.sh"
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--mandir=#{man}",
"--with-libdvdcss"
"--prefix=#{prefix}"
system "make install"
end
end

0 comments on commit 0dd360a

Please sign in to comment.