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

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