diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/qt-mobility.rb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Formula/qt-mobility.rb b/Library/Formula/qt-mobility.rb new file mode 100644 index 000000000..cb9ec7e72 --- /dev/null +++ b/Library/Formula/qt-mobility.rb @@ -0,0 +1,14 @@ +require 'formula' + +class QtMobility <Formula + url 'http://get.qt.nokia.com/qt/add-ons/qt-mobility-opensource-src-1.1.0.tar.gz' + homepage 'http://qt.nokia.com/' + md5 '0bf8603493058735e16b35349da121df' + + depends_on 'qt' + + def install + system "./configure", "-release", "-prefix", prefix + system "make install" + end +end |
