PyQt
This commit is contained in:
parent
8d351363ec
commit
1cddf1a46b
1 changed files with 15 additions and 0 deletions
15
Formula/pyqt.rb
Normal file
15
Formula/pyqt.rb
Normal file
|
@ -0,0 +1,15 @@
|
|||
require 'formula'
|
||||
|
||||
class Pyqt <Formula
|
||||
url 'http://www.riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-mac-gpl-4.6.tar.gz'
|
||||
homepage 'http://www.riverbankcomputing.co.uk/software/pyqt'
|
||||
md5 '35258016c30a80f97689e643fba4704b'
|
||||
|
||||
depends_on 'qt'
|
||||
|
||||
def install
|
||||
system "python", "./configure.py", "-g"
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue