diff options
| author | David Höppner | 2010-03-13 20:00:55 +0100 |
|---|---|---|
| committer | David Höppner | 2010-03-13 20:00:55 +0100 |
| commit | aecec6c282a31bd1f0645500aa0d461a60662942 (patch) | |
| tree | 9a5a544a7522885143d6c4ae3521796ac35cf3f4 /Library/Formula | |
| parent | 445df19bc52896840261e62a22699fe63b1dedf7 (diff) | |
| download | homebrew-aecec6c282a31bd1f0645500aa0d461a60662942.tar.bz2 | |
New formula qimageblitz
Blitz is a graphical effect and filter library for KDE4.0 that
contains many improvements over KDE 3.x's kdefx library including
bugfixes, memory and speed improvements, and MMX/SSE support.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/qimageblitz.rb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Library/Formula/qimageblitz.rb b/Library/Formula/qimageblitz.rb new file mode 100644 index 000000000..cbb8adc1e --- /dev/null +++ b/Library/Formula/qimageblitz.rb @@ -0,0 +1,15 @@ +require 'formula' + +class Qimageblitz <Formula + url 'svn://anonsvn.kde.org/home/kde/tags/qimageblitz/0.0.6' + version '0.0.6' + homepage 'http://www.kde.org' + + depends_on 'cmake' + depends_on 'qt' + + def install + system "cmake . #{std_cmake_parameters}" + system "make install" + end +end |
