libpng: update to 1.4.8.

This commit is contained in:
Juan RP 2011-07-07 19:07:30 +02:00
parent 400a056c8e
commit 3dc4625357
3 changed files with 10 additions and 1621 deletions

File diff suppressed because it is too large Load diff

Binary file not shown.

View file

@ -1,11 +1,14 @@
# Template build file for 'libpng'.
pkgname=libpng
version=1.4.5
version=1.4.8
patch_args="-Np1"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Library for manipulating PNG images"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=10ec58b9bb11dc829beb8f59fea52f3c10d7e89c81921ae9121f14d18ddce90a
homepage="http://www.libpng.org/pub/png/libpng.html"
license="zlib"
checksum=a6df2b0da085706c8b3aa871224d83f97c2905ec2791838c5440239675deeda0
long_desc="
Libpng was written as a companion to the PNG specification, as a
way to reduce the amount of time and effort it takes to support
@ -20,3 +23,8 @@ subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run zlib
Add_dependency build zlib-devel
post_install()
{
vinstall LICENSE 644 usr/share/licenses/${pkgname}
}