libpng: update to 1.6.6.
This commit is contained in:
parent
8c22ff771e
commit
3875550888
|
@ -1,16 +1,16 @@
|
|||
# Template build file for 'libpng'.
|
||||
pkgname=libpng
|
||||
version=1.6.5
|
||||
version=1.6.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="ac_cv_func_strtod=yes --disable-arm-neon"
|
||||
configure_args="ac_cv_func_strtod=yes"
|
||||
makedepends="zlib-devel"
|
||||
short_desc="Library for manipulating PNG images"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.libpng.org/pub/png/libpng.html"
|
||||
license="zlib"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=9d1f8de9143cd3409d49e9b2de778ed730b02dda410427508796ed28f290a096
|
||||
checksum=0407965a0057af7a9e4cefe27c062f517d9ad701cdfd20aa91afb6a84f214e70
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/usr/lib/*.la
|
||||
|
@ -39,6 +39,6 @@ libpng-progs_package() {
|
|||
|
||||
libpng_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue