homebrew-core/Formula/oxygen-icons.rb

15 lines
325 B
Ruby
Raw Normal View History

require 'formula'
class OxygenIcons <Formula
2010-03-03 00:03:40 +00:00
url 'ftp://ftp.kde.org/pub/kde/stable/4.4.1/src/oxygen-icons-4.4.1.tar.bz2'
homepage 'http://www.oxygen-icons.org/'
2010-03-03 00:03:40 +00:00
md5 '9e91b94f2e743d5dc0bd740ed0acb025'
depends_on 'cmake'
def install
system "cmake . #{std_cmake_parameters}"
system "make install"
end
end