Blame docker-builder-data/build/script/packet/imagemagick-6.9.5.sh

47d271
DEPS="jpeg-9b png-1.6.26 tiff-4.0.6 xml-2.9.4 fftw-3.3.5"
47d271
47d271
PK_DIRNAME="ImageMagick-6.9.5-10"
47d271
PK_ARCHIVE="$PK_DIRNAME.tar.gz"
47d271
PK_URL="http://www.imagemagick.org/download/releases/$PK_ARCHIVE"
47d271
47d271
PK_CONFIGURE_OPTIONS=" \
47d271
 --with-modules \
47d271
 --without-perl \
47d271
 --without-x \
47d271
 --with-threads \
47d271
 --with-magick_plus_plus"
47d271
47d271
source $INCLUDE_SCRIPT_DIR/inc-pkall-default.sh