diff options
| author | Brett Koonce | 2012-08-03 20:56:17 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2012-08-03 19:49:35 -0700 |
| commit | cc5ef62f6a6422d69d6ac7c044cb87d062a6f5e5 (patch) | |
| tree | 93ff411091bae3e37ddb05c63ddc8d72b44af173 /Library/Formula | |
| parent | 7b00c66555fc69c25f4f959de4f3cbf45f934942 (diff) | |
| download | homebrew-cc5ef62f6a6422d69d6ac7c044cb87d062a6f5e5.tar.bz2 | |
ical-buddy 1.8.4
Closes #13929.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ical-buddy.rb | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/Library/Formula/ical-buddy.rb b/Library/Formula/ical-buddy.rb index 362d1f233..9e448d5c7 100644 --- a/Library/Formula/ical-buddy.rb +++ b/Library/Formula/ical-buddy.rb @@ -1,26 +1,14 @@ require 'formula' -# NOTE: Using git-repo instead of zip package as the latter does not -# include source files. - class IcalBuddy < Formula homepage 'http://hasseg.org/icalBuddy/' - url 'http://hasseg.org/git-public/icalBuddy.git', :tag => 'v1.8.2' - version '1.8.2' + url 'http://hasseg.org/icalBuddy/1.8.4/icalBuddy-v1.8.4.zip' + sha1 '40e11d937869a5cd90b958271043a7efac9d21bb' head 'http://hasseg.org/git-public/icalBuddy.git' def install - arch = MacOS.prefer_64_bit? ? "x86_64" : "i386" - sdk = MACOS_VERSION - - inreplace "Makefile" do |s| - s.gsub! "-arch i386 -arch ppc $(ARCH_64BIT)", "-arch #{arch}" - s.gsub! "-mmacosx-version-min=10.5", "-mmacosx-version-min=#{sdk}" - end - system "make icalBuddy icalBuddy.1 icalBuddyLocalization.1 icalBuddyConfig.1" - bin.install "icalBuddy" man1.install Dir["*.1"] end |
