libpng: update to 1.6.7.
This commit is contained in:
parent
5e3cf932ff
commit
1ac3df77f2
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'libpng'.
|
# Template build file for 'libpng'.
|
||||||
pkgname=libpng
|
pkgname=libpng
|
||||||
version=1.6.6
|
version=1.6.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="ac_cv_func_strtod=yes"
|
configure_args="ac_cv_func_strtod=yes"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.libpng.org/pub/png/libpng.html"
|
homepage="http://www.libpng.org/pub/png/libpng.html"
|
||||||
license="zlib"
|
license="zlib"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=0407965a0057af7a9e4cefe27c062f517d9ad701cdfd20aa91afb6a84f214e70
|
checksum=13c9c853a9a600218fff9961658dc4f485ad2ef9b862315b434dd2fdbbe1f945
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -f ${DESTDIR}/usr/lib/*.la
|
rm -f ${DESTDIR}/usr/lib/*.la
|
||||||
|
@ -18,7 +18,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libpng-devel_package() {
|
libpng-devel_package() {
|
||||||
depends="zlib-devel libpng>=$version"
|
depends="zlib-devel libpng>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/bin/libpng*-config"
|
vmove "usr/bin/libpng*-config"
|
||||||
|
|
Loading…
Reference in a new issue