libpng: update to 1.6.9.
This commit is contained in:
parent
a9766c0504
commit
928960ed2e
1 changed files with 3 additions and 8 deletions
|
@ -1,20 +1,15 @@
|
|||
# Template build file for 'libpng'.
|
||||
pkgname=libpng
|
||||
version=1.6.8
|
||||
revision=2
|
||||
version=1.6.9
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
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=24f73d8b5e1d74a9482c81b65c3f93f96c7da7ed0417b8a948a75d2d99133081
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "armv6l" ]; then
|
||||
configure_args+=" --disable-arm-neon"
|
||||
fi
|
||||
checksum=fde3a676fe6878c15bfe7849f3209c5cf5fbe1fbbf0063541f0b81eb1022274a
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/usr/lib/*.la
|
||||
|
|
Loading…
Reference in a new issue