Add new formula for libical 0.44.

master
Mike Arthur 2010-01-30 11:41:03 +00:00
parent 568b1c830b
commit b941dcbf93
1 changed files with 12 additions and 0 deletions

12
Formula/libical.rb Normal file
View File

@ -0,0 +1,12 @@
require 'formula'
class Libical <Formula
url 'http://downloads.sourceforge.net/project/freeassociation/libical/libical-0.44/libical-0.44.tar.gz'
homepage 'http://www.citadel.org/doku.php/documentation:featured_projects:libical'
md5 'e0403c31e1ed82569325685f8c15959c'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"
end
end