ortp 6.3.2.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
18f6f39ac8
commit
3ffaa370dd
1 changed files with 13 additions and 0 deletions
13
Formula/ortp.rb
Normal file
13
Formula/ortp.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Ortp < Formula
|
||||
url 'http://download.savannah.gnu.org/releases/linphone/ortp/sources/ortp-0.16.5.tar.gz'
|
||||
homepage 'http://www.linphone.org/eng/documentation/dev/ortp.html'
|
||||
md5 '94546901d14b85f97342f4ecf39489b1'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue