diff --git a/srcpkgs/libpng/template b/srcpkgs/libpng/template index 4e49bf34075..2109af0501e 100644 --- a/srcpkgs/libpng/template +++ b/srcpkgs/libpng/template @@ -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 " 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} }