diff options
Diffstat (limited to 'Library/Formula/qrencode.rb')
| -rw-r--r-- | Library/Formula/qrencode.rb | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/Library/Formula/qrencode.rb b/Library/Formula/qrencode.rb index 87f32f0c7..11f748340 100644 --- a/Library/Formula/qrencode.rb +++ b/Library/Formula/qrencode.rb @@ -1,25 +1,18 @@ require 'formula' class Qrencode < Formula - url 'http://megaui.net/fukuchi/works/qrencode/qrencode-3.1.1.tar.gz' - homepage 'http://megaui.net/fukuchi/works/qrencode/index.en.html' - md5 'd97f67cbefaf577e6c15923f3cc57b6a' + url 'http://fukuchi.org/works/qrencode/qrencode-3.2.0.tar.gz' + homepage 'http://fukuchi.org/works/qrencode/index.html.en' + sha1 '1c9cf02cc8e79dddc7238cad64b0bf3c48e94210' depends_on 'pkg-config' => :build def install ENV.x11 # For libpng - # This may be removable in the next official release. - # See: https://github.com/fukuchi/libqrencode/issues/3 - unless ARGV.build_head? - inreplace 'configure', "libpng12", "libpng" - end - system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make" - ENV.j1 # Install isn't parallel-safe system "make install" end end |
