libical 0.48 + add missing deps
libical upgrade to 0.48. Add missing deps on autotools because it runs a `bootstrap`. Works well on 10.8 with clang. Closes Homebrew/homebrew#14703. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
1042eb36cc
commit
72549fe148
1 changed files with 5 additions and 2 deletions
|
@ -1,9 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Libical < Formula
|
||||
url 'http://downloads.sourceforge.net/project/freeassociation/libical/libical-0.46/libical-0.46.tar.gz'
|
||||
homepage 'http://www.citadel.org/doku.php/documentation:featured_projects:libical'
|
||||
sha1 'a2a9cad21e0c336246100eef8d079cbaff50a6f3'
|
||||
url 'http://downloads.sourceforge.net/project/freeassociation/libical/libical-0.48/libical-0.48.tar.gz'
|
||||
sha1 '4693cd0438be9f3727146ac1a46aa5b1b93b8c86'
|
||||
|
||||
depends_on :automake
|
||||
depends_on :libtool
|
||||
|
||||
def install
|
||||
system "./bootstrap"
|
||||
|
|
Loading…
Reference in a new issue