ImageMagick: use reliable mirror, use vendor_perl.
This commit is contained in:
parent
c2b3bcace0
commit
36eee9e4af
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ pkgname=ImageMagick
|
|||
_majorver=6.9.1
|
||||
_patchver=1
|
||||
version=${_majorver}.${_patchver}
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=${pkgname}-${_majorver}-${_patchver}
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-autotrace --with-wmf=yes
|
||||
|
@ -15,14 +15,14 @@ short_desc="Package for display and interactive manipulation of images"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.imagemagick.org/"
|
||||
license="ImageMagick"
|
||||
distfiles="http://mirror.searchdaimon.com/${pkgname}/${pkgname}-${_majorver}-${_patchver}.tar.xz"
|
||||
distfiles="ftp://ftp.sunet.se/pub/multimedia/graphics/${pkgname}/${pkgname}-${_majorver}-${_patchver}.tar.xz"
|
||||
checksum=8f6ebeb1a1321fd7b7d3161a66461743ea5bbc352e4339c792b3bab52c379378
|
||||
|
||||
subpackages="libmagick libmagick-devel"
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
# XXX native perl uses XBPS_TARGET_CFLAGS (-mtune=generic)
|
||||
configure_args+=" --with-perl"
|
||||
configure_args+=" --with-perl --with-perl-options=INSTALLDIRS=vendor"
|
||||
hostmakedepends+=" perl"
|
||||
subpackages+=" libmagick-perl"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue