diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/jpeg.rb | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/Library/Formula/jpeg.rb b/Library/Formula/jpeg.rb index b0e264f8d..c920c3c29 100644 --- a/Library/Formula/jpeg.rb +++ b/Library/Formula/jpeg.rb @@ -1,30 +1,12 @@ require 'brewkit' class Jpeg <Formula - @url='http://www.ijg.org/files/jpegsrc.v6b.tar.gz' - @md5='dbd5f3b47ed13132f04c685d608a7547' + @url='http://www.ijg.org/files/jpegsrc.v7.tar.gz' + @md5='382ef33b339c299b56baf1296cda9785' @homepage='http://www.ijg.org' - def initialize name - super name - # the jpeg group have one crazy ass naming scheme - @version='6b' - end - def install - # --mandir='#{man}' doesn't do anything system "./configure --disable-debug --prefix='#{prefix}'" - - # cope with braindead install system - (prefix+'man'+'man1').mkpath - bin.mkpath - include.mkpath - lib.mkpath - # this package is shit - inreplace 'Makefile', 'LIBTOOL = ./libtool', 'LIBTOOL = /usr/bin/libtool' - - system "make install install-lib install-headers" - # fix manpages - (prefix+'man').mv prefix+'share' + system "make install" end end
\ No newline at end of file |
