libpng: remove libtool archives.
This commit is contained in:
parent
42e0d0a3f9
commit
a4e19aab32
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'libpng'.
|
||||
pkgname=libpng
|
||||
version=1.6.2
|
||||
revision=1
|
||||
revision=2
|
||||
patch_args="-Np1"
|
||||
build_style=gnu-configure
|
||||
makedepends="zlib-devel"
|
||||
|
@ -13,6 +13,7 @@ distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
|||
checksum=1c97a90bc22107e50f04f77a0115f4ec890d5c6a373ac4c560e8fb87259e92de
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/usr/lib/*.la
|
||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue