Commit c40fed53 authored by Jonathan 'Tivs' Rainey's avatar Jonathan 'Tivs' Rainey Committed by Michał Siwek

Update libjpeg to version 9a

parent 7312bccf
require 'package'
class Libjpeg < Package
version '6.3'
source_url 'http://www.ijg.org/files/jpegsrc.v6b.tar.gz'
source_sha1 '7079f0d6c42fad0cfba382cf6ad322add1ace8f9'
version '9.1'
source_url 'http://www.ijg.org/files/jpegsrc.v9a.tar.gz'
source_sha1 'd65ed6f88d318f7380a3a5f75d578744e732daca'
def self.build
system "./configure --includedir=/usr/local/include --libdir=/usr/local/lib#{SHORTARCH} CC=\"gcc -m#{SHORTARCH}\" CFLAGS=\" -fPIC\""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment