libpng: update to 1.6.12.
This commit is contained in:
parent
6d9caa5d52
commit
f9f2a07331
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'libpng'.
|
# Template build file for 'libpng'.
|
||||||
pkgname=libpng
|
pkgname=libpng
|
||||||
version=1.6.11
|
version=1.6.12
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
|
@ -9,7 +9,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=007ee60b943f20ab13f55c4a590e978cd918a69c4024c1af0d2f34eb16f4b69d
|
checksum=c32ff6d299d2686b65708d4c6c065242d8c2f3ed54890c47d518c3ef568e6c5e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -f ${DESTDIR}/usr/lib/*.la
|
rm -f ${DESTDIR}/usr/lib/*.la
|
||||||
|
|
Loading…
Reference in New Issue