source: gs2-extensions/gsdl-amp/trunk/packages/CASCADE-MAKE/PHP.sh@ 22242

Last change on this file since 22242 was 22242, checked in by sjm84, 14 years ago

Added an ant build file and made several other minor fixes

File size: 613 bytes
Line 
1#!/bin/bash
2
3package=php
4version=-5.3.2
5
6apache_version=httpd-2.2.15
7
8progname=$0
9
10source ../cascade-make/lib/cascade-lib.bash
11
12prefix=$GEXTAMP_INSTALLED
13
14opt_run_untar $force_untar $auto_untar $package $version
15
16opt_run_configure $force_config $auto_config $package $version $prefix --with-mysql=$prefix --with-png-dir=$prefix --with-apxs2=$prefix/bin/apxs --with-gd
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
Note: See TracBrowser for help on using the repository browser.