Use KDE FTP and add needed Qt dependency for Automoc4.

master
Mike Arthur 2010-02-25 10:16:41 +00:00
parent fbdd6ed809
commit 2c83b4534b
1 changed files with 2 additions and 1 deletions

View File

@ -1,11 +1,12 @@
require 'formula'
class Automoc4 <Formula
@url='http://ftp-stud.fht-esslingen.de/Mirrors/ftp.kde.org/pub/kde/stable/automoc4/0.9.88/automoc4-0.9.88.tar.bz2'
@url='ftp://ftp.kde.org/pub/kde/stable/automoc4/0.9.88/automoc4-0.9.88.tar.bz2'
@homepage='http://techbase.kde.org/Development/Tools/Automoc4'
@md5='91bf517cb940109180ecd07bc90c69ec'
depends_on 'cmake'
depends_on 'qt'
def install
system "cmake . #{std_cmake_parameters}"