source: gs2-extensions/xpdf-tools/trunk/src/packages/CASCADE-MAKE/LIBTIFF.sh@ 32249

Last change on this file since 32249 was 32249, checked in by ak19, 6 years ago

All the changes to incorporate libtiff and libjpeg into the xpdftools GS2 extension, to get libjpeg compiled up on 64 bit machines, and for both libs to be seen and used by xpdftools when this is built.

  • Property svn:executable set to *
File size: 719 bytes
Line 
1#!/bin/bash
2
3package=tiff
4version=-4.0.4
5
6progname=$0
7
8# From http://trac.greenstone.org/browser/gs2-extensions/ocr/trunk/packages/cmdline/CASCADE-MAKE/LIBTIFF.sh
9#source ../../bin/script/test-setup.bash
10#source ../../lib/cascade-lib.bash
11source ../cascade-make/lib/cascade-lib.bash GEXT_XPDFTOOLS ../.. $*
12
13prefix=$GEXTXPDFTOOLS_INSTALLED
14
15opt_run_untar $force_untar $auto_untar $package $version
16opt_run_configure $force_config $auto_config $package $version "$prefix"
17
18opt_run_make $compile $package $version
19opt_run_make $install $package $version "install"
20opt_run_make $clean $package $version "clean"
21opt_run_make $distclean $package $version "distclean"
22
23opt_run_tarclean $tarclean $package $version
24
25
Note: See TracBrowser for help on using the repository browser.