source: gs2-extensions/imagemagick/trunk/src/packages/CASCADE-MAKE.sh@ 27580

Last change on this file since 27580 was 27580, checked in by ak19, 11 years ago

Adding libbz2 (bzip2) and its cascade-make file from gnome-lin, adjusted for Imagemagick. Not adding in zlib since it's already included, though not present in the imagemagick dist version yet.

  • Property svn:executable set to *
File size: 314 bytes
Line 
1#!/bin/bash
2
3source ../cascade-make/lib/cascade-lib.bash GEXTIMAGEMAGICK .. $*
4
5for d in LIBZ LIBBZ2 TIFF JPEG LIBPNG JPEG2000 IMAGEMAGICK ; do
6 echo " Running CASCADE-MAKE/$d.sh"
7
8 ./CASCADE-MAKE/$d.sh $*
9
10 if [ $? != 0 ] ; then
11 echo "Error encountered running CASCADE-MAKE/$d.sh"
12 exit 1
13 fi
14done
Note: See TracBrowser for help on using the repository browser.