libpng: update to 1.4.9.

This commit is contained in:
Juan RP 2012-02-19 10:46:18 +01:00
parent 6cff110973
commit b46a20f9cb

View File

@ -1,15 +1,14 @@
# Template build file for 'libpng'.
pkgname=libpng
version=1.4.8
version=1.4.9
patch_args="-Np1"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu-configure
revision=1
short_desc="Library for manipulating PNG images"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.libpng.org/pub/png/libpng.html"
license="zlib"
checksum=a6df2b0da085706c8b3aa871224d83f97c2905ec2791838c5440239675deeda0
checksum=a4210ef5947f969fb01e66f40052824d9dadd84fc67c528abc30b5ba81b2b4dc
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
@ -23,7 +22,6 @@ long_desc="
subpackages="$pkgname-devel"
Add_dependency build zlib-devel
post_install()
{
post_install() {
vinstall LICENSE 644 usr/share/licenses/${pkgname}
}