aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/automoc4.rb16
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