c511dffecd6f15e86b93745a7fdeafeb8b0d0dd4
[hdw-linux/hdw-linux.git] / packages / x11 / imagemagick / imagemagick
1 # hdw - linux imagemagick package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 6.2.3-5
6 # [S] 3-6
7 # [D] ImageMagick-6.2.3-5.tar.bz2 http://www.imagemagick.org/download/
8
9 xtraver="`echo $ver | awk -F- '{ print $1 }'`"
10 srcdir="ImageMagick-${xtraver}"
11
12 export CPPFLAGS="-I/usr/include/libxml2 $CPPFLAGS"
13
14 confopt="$confopt --enable-shared --with-modules --enable-lzw"
15 confopt="$confopt --enable-16bit-pixel --with-x"