# Description: Manipulateur d'image en ligne de commande # Maintainer: NuTyX core team # Packager: lesibel at free dot fr # URL: http://www.imagemagick.org/ # Depends on: freetype, ghostscript, lcms, libgsf, giflib, libxml2, openexr name=imagemagick version=6.6.4.0 release=1 _version=6.6.4-0 source=(ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/ImageMagick-${_version}.tar.bz2) build () { cd ImageMagick-* ./configure --prefix=/usr \ --enable-static=no \ --enable-shared \ --with-perl \ --with-x \ --with-frozenpaths=no \ --without-modules \ --disable-openmp make make DESTDIR=$PKG install find $PKG -name perllocal.pod -exec rm {} \; rm -r $PKG/usr/share/doc }