aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/attica.rb
diff options
context:
space:
mode:
authorMike Arthur2010-01-31 15:22:29 +0000
committerMike Arthur2010-02-01 10:06:03 +0000
commit5ee03ff0060b95fb8b562d39445782457a08bc55 (patch)
tree3ba9a157f1a2b83633b153b72ad517fa00988c3c /Library/Formula/attica.rb
parent34c727138abe86f994b09cfb9e12b131a303ba7e (diff)
downloadhomebrew-5ee03ff0060b95fb8b562d39445782457a08bc55.tar.bz2
Add formula for Attica 0.1.2.
Diffstat (limited to 'Library/Formula/attica.rb')
-rw-r--r--Library/Formula/attica.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Formula/attica.rb b/Library/Formula/attica.rb
new file mode 100644
index 000000000..7bc7fcf7b
--- /dev/null
+++ b/Library/Formula/attica.rb
@@ -0,0 +1,14 @@
+require 'formula'
+
+class Attica <Formula
+ url 'ftp://ftp.kde.org/pub/kde/stable/attica/attica-0.1.2.tar.bz2'
+ homepage 'http://www.kde.org/'
+ md5 '8b4207dbc0a826d422632bdb9c50d51a'
+
+ depends_on 'cmake'
+
+ def install
+ system "cmake . #{std_cmake_parameters}"
+ system "make install"
+ end
+end