libpng: fully remove libtool archives.
This commit is contained in:
parent
83d95de653
commit
61c19f06ba
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'libpng'.
|
# Template build file for 'libpng'.
|
||||||
pkgname=libpng
|
pkgname=libpng
|
||||||
version=1.5.10
|
version=1.5.10
|
||||||
revision=1
|
revision=2
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
|
@ -23,5 +23,6 @@ long_desc="
|
||||||
only supports C. Support for other languages is being considered."
|
only supports C. Support for other languages is being considered."
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
rm -f ${DESTDIR}/usr/lib/*.la
|
||||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue