Add formula for KDE's Oxygen icons version 4.4.0.

master
Mike Arthur 2010-02-26 00:37:15 +00:00
parent 9474a2267a
commit 60b19b7d81
1 changed files with 14 additions and 0 deletions

14
Formula/oxygen-icons.rb Normal file
View File

@ -0,0 +1,14 @@
require 'formula'
class OxygenIcons <Formula
url 'ftp://ftp.kde.org/pub/kde/stable/4.4.0/src/oxygen-icons-4.4.0.tar.bz2'
homepage 'http://www.oxygen-icons.org/'
md5 'fbcd429cc822cb88a815d97a4e66be4d'
depends_on 'cmake'
def install
system "cmake . #{std_cmake_parameters}"
system "make install"
end
end