diff options
| author | David Höppner | 2009-09-19 11:37:39 +0200 |
|---|---|---|
| committer | David Höppner | 2009-09-19 11:37:39 +0200 |
| commit | a765fcb5801efe0d9eab5d258915625e3031deaa (patch) | |
| tree | e2cc61d518b5add063c22a89b63a40ea01d3ff28 /Library | |
| parent | bfe836d2ab1f00d1466a56c149b14de14d094900 (diff) | |
| download | homebrew-a765fcb5801efe0d9eab5d258915625e3031deaa.tar.bz2 | |
Automoc formula
KDE automatic moc generator
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/automoc4.rb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Library/Formula/automoc4.rb b/Library/Formula/automoc4.rb new file mode 100644 index 000000000..52071a388 --- /dev/null +++ b/Library/Formula/automoc4.rb @@ -0,0 +1,16 @@ +require 'brewkit' + +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' + @homepage='http://techbase.kde.org/Development/Tools/Automoc4' + @md5='91bf517cb940109180ecd07bc90c69ec' + + def deps + BinaryDep.new 'cmake' + end + + def install + system "cmake . #{std_cmake_parameters}" + system "make install" + end +end |
