diff options
| author | Adam Vandenberg | 2012-03-03 18:11:54 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-03 18:11:54 -0800 |
| commit | 806097ec8f561a5522130382e6dead0e27982dd5 (patch) | |
| tree | 01d8578dfe455c3c3af49ecb88a3c0b157dcbdca /Library/Formula | |
| parent | 6fabc1eb82b0faae04c5ffdd6c43dc441d352a20 (diff) | |
| download | homebrew-806097ec8f561a5522130382e6dead0e27982dd5.tar.bz2 | |
Remove akonadi
The download is 404.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/akonadi.rb | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/Library/Formula/akonadi.rb b/Library/Formula/akonadi.rb deleted file mode 100644 index 8f00595cb..000000000 --- a/Library/Formula/akonadi.rb +++ /dev/null @@ -1,39 +0,0 @@ -require 'formula' - -class Akonadi < Formula - homepage 'http://pim.kde.org/akonadi/' - url 'http://download.akonadi-project.org/akonadi-1.5.0.tar.bz2' - md5 '8b0d43b0e947b876a461d90f4b877f54' - - depends_on 'cmake' => :build - depends_on 'automoc4' => :build - depends_on 'shared-mime-info' - depends_on 'soprano' - depends_on 'boost' - depends_on 'qt' - - def install - unless `/usr/bin/which mysql_config`.size > 0 - opoo "No MySQL client library detected" - puts "This formula may fail to build, see caveats for more information." - end - - system "cmake #{std_cmake_parameters} ." - system "make install" - end - - def caveats; <<-EOS.undent - DBSlayer depends on a MySQL client library. - - You can install this with Homebrew using: - brew install mysql - For MySQL server. - - brew install mysql-connector-c - For MySQL client libraries only. - - We don't install these for you when you install this formula, as - we don't know which datasource you intend to use. - EOS - end -end |
