aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libdvdcss.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/libdvdcss.rb b/Library/Formula/libdvdcss.rb
index a9701e25a..7876f4a10 100644
--- a/Library/Formula/libdvdcss.rb
+++ b/Library/Formula/libdvdcss.rb
@@ -4,10 +4,11 @@ class Libdvdcss < Formula
homepage 'http://www.videolan.org/developers/libdvdcss.html'
url 'http://download.videolan.org/pub/libdvdcss/1.2.11/libdvdcss-1.2.11.tar.bz2'
sha1 '55d75d603071aa4bbcd7a7dcfa63c52dd0e8a104'
+
head 'svn://svn.videolan.org/libdvdcss/trunk'
def install
- system "./bootstrap" if ARGV.build_head?
+ system "./bootstrap" if build.head?
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"
end