Riverbank SIP
This commit is contained in:
parent
1cddf1a46b
commit
403046a560
1 changed files with 13 additions and 0 deletions
13
Formula/sip.rb
Normal file
13
Formula/sip.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Sip <Formula
|
||||
url 'http://www.riverbankcomputing.co.uk/static/Downloads/sip4/sip-4.9.tar.gz'
|
||||
homepage 'http://www.riverbankcomputing.co.uk/software/sip'
|
||||
md5 ''
|
||||
|
||||
def install
|
||||
system "python", "./configure.py"
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue