Commit 42fc813b authored by system_user's avatar system_user

fixed libpng 404 missing file (they upgraded the version)

parent 37ab817b
......@@ -2,8 +2,8 @@ require 'package'
class Libpng < Package
version '1.6.19'
source_url 'http://downloads.sourceforge.net/project/libpng/libpng16/1.6.19/libpng-1.6.19.tar.xz'
source_sha1 '483d72ced11c9258f9d1119105273d9af9ff151c'
sourch_rul 'http://downloads.sourceforge.net/project/libpng/libpng16/1.6.24/libpng-1.6.24.tar.xz'
source_sha1 'b8fa86449bebd7b1cda71e0ed2cd417b6596ce78'
def self.build
system "./configure --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