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

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

Upgraded the technology used in this extension, also changed the apache building into a single pass rather than 2 passes

File size: 615 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.