aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Formula/hicolor-icon-theme.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/hicolor-icon-theme.rb b/Library/Formula/hicolor-icon-theme.rb
new file mode 100755
index 000000000..e14cb1380
--- /dev/null
+++ b/Library/Formula/hicolor-icon-theme.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class HicolorIconTheme <Formula
+ url 'http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.12.tar.gz'
+ homepage 'http://icon-theme.freedesktop.org/wiki/HicolorTheme'
+ md5 '55cafbcef8bcf7107f6d502149eb4d87'
+
+ def install
+ system "./configure", "--prefix=#{prefix}"
+ system "make install"
+ end
+end