mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 13:32:55 +02:00
ImageMagick: keep libtool archives, otherwise convert doesn't work! WTF.
This commit is contained in:
parent
bdc98d23a8
commit
d53e1993e1
1 changed files with 1 additions and 3 deletions
|
@ -3,7 +3,7 @@ pkgname=ImageMagick
|
||||||
_majorver=6.7.9
|
_majorver=6.7.9
|
||||||
_patchver=6
|
_patchver=6
|
||||||
version=${_majorver}.${_patchver}
|
version=${_majorver}.${_patchver}
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=${pkgname}-${_majorver}-${_patchver}
|
wrksrc=${pkgname}-${_majorver}-${_patchver}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-jp2 --without-autotrace --with-wmf=yes
|
configure_args="--without-jp2 --without-autotrace --with-wmf=yes
|
||||||
|
@ -57,6 +57,4 @@ subpackages="libmagick libmagick-devel libmagick-perl"
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
vinstall LICENSE 644 usr/share/licenses/${pkgname}
|
||||||
vinstall NOTICE 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
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue