libpng: fully remove libtool archives.

This commit is contained in:
Juan RP 2012-06-07 07:24:29 +02:00
parent 83d95de653
commit 61c19f06ba

View file

@ -1,7 +1,7 @@
# Template build file for 'libpng'.
pkgname=libpng
version=1.5.10
revision=1
revision=2
patch_args="-Np1"
build_style=gnu-configure
makedepends="zlib-devel"
@ -23,5 +23,6 @@ long_desc="
only supports C. Support for other languages is being considered."
post_install() {
rm -f ${DESTDIR}/usr/lib/*.la
vinstall LICENSE 644 usr/share/licenses/${pkgname}
}