source: gs2-extensions/subversion/trunk/src/packages/CASCADE-MAKE/LIBXML.sh@ 28194

Last change on this file since 28194 was 28194, checked in by davidb, 11 years ago

Changes necessary to move version of subversion used to 1.8.1

  • Property svn:executable set to *
File size: 696 bytes
Line 
1#!/bin/bash
2
3# libxml2.2.9.0 was modified for Greenstone to allow compilation to succeed on a Mac, so it has acquired a 'gs-' prefix
4package=gs-libxml2
5version=-2.9.0
6
7progname=$0
8
9source ../cascade-make/lib/cascade-lib.bash GEXTSVN ../.. $*
10
11prefix=$GEXTSVN_INSTALLED
12
13export CFLAGS="$CFLAGS -DLIBXML_STATIC"
14
15opt_run_untar $force_untar $auto_untar $package $version
16opt_run_configure $force_config $auto_config $package $version $prefix \
17 --without-python
18
19opt_run_make $compile $package $version
20opt_run_make $install $package $version "install"
21opt_run_make $clean $package $version "clean"
22opt_run_make $distclean $package $version "distclean"
23
24opt_run_tarclean $tarclean $package $version
Note: See TracBrowser for help on using the repository browser.