Add KDE PIM libraries version 4.4.0.

master
Mike Arthur 2010-02-26 00:22:43 +00:00
parent b3b3bbe5f0
commit 5b0fc77522
1 changed files with 18 additions and 0 deletions

18
Formula/kdepimlibs.rb Normal file
View File

@ -0,0 +1,18 @@
require 'formula'
class Kdepimlibs <Formula
url 'ftp://ftp.kde.org/pub/kde/stable/4.4.0/src/kdepimlibs-4.4.0.tar.bz2'
homepage 'http://www.kde.org/'
md5 '2eb04e5ae39a25009f036ec333eb118a'
depends_on 'cmake'
depends_on 'gpgme'
depends_on 'akonadi'
depends_on 'libical'
depends_on 'kdelibs'
def install
system "cmake . #{std_cmake_parameters}"
system "make install"
end
end