Skip to content

Commit

Permalink
ortp 6.3.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
rupert authored and adamv committed Jun 9, 2011
1 parent df909ce commit b3e0b92
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Library/Formula/ortp.rb
@@ -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

0 comments on commit b3e0b92

Please sign in to comment.