Blame env-builder-data/build/script/packet/imagemagick-6.8.7.sh

efc424
DEPS="jpeg-9b png-1.6.26 tiff-4.0.6 xml-2.9.4 fftw-3.3.5"
efc424
efc424
PK_DIRNAME="ImageMagick-6.8.7-10"
efc424
PK_ARCHIVE="$PK_DIRNAME.tar.xz"
efc424
PK_URL="http://www.imagemagick.org/download/releases/$PK_ARCHIVE"
efc424
efc424
PK_CONFIGURE_OPTIONS=" \
efc424
 --without-perl \
efc424
 --without-x \
efc424
 --with-threads \
efc424
 --with-magick_plus_plus"
efc424
b03c24
if [ "$PLATFORM" = "win" ]; then
b03c24
  PK_CONFIGURE_OPTIONS="$PK_CONFIGURE_OPTIONS --without-modules"
b03c24
else
b03c24
  PK_CONFIGURE_OPTIONS="$PK_CONFIGURE_OPTIONS --with-modules"
b03c24
fi 
b03c24
efc424
source $INCLUDE_SCRIPT_DIR/inc-pkall-default.sh