cclive 0.7.7
This commit is contained in:
parent
424e8f0235
commit
4b31941789
1 changed files with 14 additions and 4 deletions
|
@ -1,15 +1,25 @@
|
|||
require 'formula'
|
||||
|
||||
class Cclive < Formula
|
||||
url 'http://cclive.googlecode.com/files/cclive-0.6.5.tar.bz2'
|
||||
homepage 'http://code.google.com/p/cclive/'
|
||||
md5 'c3d50c05ca332b01286f9f3b6dd21841'
|
||||
url 'http://cclive.googlecode.com/files/cclive-0.7.7.tar.bz2'
|
||||
homepage 'http://cclive.sourceforge.net/'
|
||||
md5 '666e521bb6fd42fb5178025febbfc3b1'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'quvi'
|
||||
depends_on 'boost'
|
||||
|
||||
# Fix linking against Boost during configure. See:
|
||||
# https://trac.macports.org/ticket/29982
|
||||
def patches
|
||||
{:p0 =>
|
||||
"https://trac.macports.org/export/82481/trunk/dports/net/cclive/files/patch-configure.diff"
|
||||
}
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue