aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authornibbles 2bits2012-06-16 04:24:04 -0700
committerJack Nagel2012-06-16 10:46:38 -0500
commite1e4bc6b34089a94823581176b30a4cf8069e590 (patch)
treea49c0190b03025cbc773bc9b5bfc6c5b3e7c5fef /Library
parenta070fb1bcf30ab34f97db006bd0c2307058fe441 (diff)
downloadhomebrew-e1e4bc6b34089a94823581176b30a4cf8069e590.tar.bz2
iso-codes 3.35
Upgrade iso-codes to verion 3.35. Remove the PATH append for gettext bin. It's done automatically. Tested on Lion with cland and llvm from XCode-4.3.3. Closes #12878. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/iso-codes.rb7
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/iso-codes.rb b/Library/Formula/iso-codes.rb
index dab95be42..232f7a855 100644
--- a/Library/Formula/iso-codes.rb
+++ b/Library/Formula/iso-codes.rb
@@ -1,16 +1,13 @@
require 'formula'
class IsoCodes < Formula
- url 'http://ftp.us.debian.org/debian/pool/main/i/iso-codes/iso-codes_3.28.orig.tar.bz2'
homepage 'http://pkg-isocodes.alioth.debian.org/'
- md5 'f84dda8dcf7ffdcbe64c82b7c2165bf8'
+ url 'http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-3.35.tar.bz2'
+ sha1 'ae9cfc7a17ff16ddaca9a925dab826789b571b61'
depends_on 'gettext' => :build
def install
- # Add keg-only gettext bin to path
- ENV.append 'PATH', Formula.factory('gettext').bin
-
system "./configure", "--prefix=#{prefix}"
system "make"
system "make install"