ImageMagick: keep libtool archives, otherwise convert doesn't work! WTF.

This commit is contained in:
Juan RP 2012-09-17 18:35:53 +02:00
parent bdc98d23a8
commit d53e1993e1

View file

@ -3,7 +3,7 @@ pkgname=ImageMagick
_majorver=6.7.9
_patchver=6
version=${_majorver}.${_patchver}
revision=1
revision=2
wrksrc=${pkgname}-${_majorver}-${_patchver}
build_style=gnu-configure
configure_args="--without-jp2 --without-autotrace --with-wmf=yes
@ -57,6 +57,4 @@ subpackages="libmagick libmagick-devel libmagick-perl"
post_install() {
vinstall LICENSE 644 usr/share/licenses/${pkgname}
vinstall NOTICE 644 usr/share/licenses/${pkgname}
# we don't need the libtool archives anymore
find ${DESTDIR} -type f -name *.la -delete
}