aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cclive.rb15
1 files changed, 15 insertions, 0 deletions
diff --git a/Library/Formula/cclive.rb b/Library/Formula/cclive.rb
new file mode 100644
index 000000000..7c682babf
--- /dev/null
+++ b/Library/Formula/cclive.rb
@@ -0,0 +1,15 @@
+require 'formula'
+
+class Cclive <Formula
+ url 'http://cclive.googlecode.com/files/cclive-0.6.2.tar.bz2'
+ homepage 'http://code.google.com/p/cclive/'
+ md5 '14b90b281191421c9b109c7b231718a5'
+
+ depends_on 'pkg-config'
+ depends_on 'quvi'
+
+ def install
+ system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
+ system "make install"
+ end
+end \ No newline at end of file