mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
ImageMagick: remove $XBPS_WRAPPERDIR cruft
[ci skip]
This commit is contained in:
parent
8f8ca7627b
commit
4108f2bf91
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,7 @@ pkgname=ImageMagick
|
||||||
_majorver=7.0.10
|
_majorver=7.0.10
|
||||||
_patchver=14
|
_patchver=14
|
||||||
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-autotrace --with-wmf=yes
|
configure_args="--without-autotrace --with-wmf=yes
|
||||||
|
@ -47,6 +47,10 @@ do_check() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
vsed -i -e "s,$XBPS_WRAPPERDIR/$XBPS_CROSS_TRIPLET-,,g" \
|
||||||
|
$DESTDIR/usr/bin/*-config
|
||||||
|
fi
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vlicense NOTICE
|
vlicense NOTICE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue