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

Last change on this file since 16721 was 16721, checked in by davidb, 16 years ago

Addition of libpng to support compiling on the Mac

File size: 712 bytes
Line 
1#!/bin/bash
2
3package=php
4version=-5.2.6
5
6apache_version=apache_1.3.41
7
8progname=$0
9
10source ../bin/script/test-setup.bash
11source ../lib/cascade-lib.bash
12
13prefix=$GEXTAMP_INSTALLED
14
15opt_run_untar $force_untar $auto_untar $package $version
16
17opt_run_configure $force_config $auto_config $package $version "$prefix" \
18 "--with-mysql=$prefix \
19 --with-png-dir=$prefix \
20 --with-apache=../$apache_version \
21 --with-gd"
22
23# --with-jpeg-dir=/usr/local/ --with-zlib-
24
25
26opt_run_make $compile $package $version
27opt_run_make $install $package $version "install"
28opt_run_make $clean $package $version "clean"
29opt_run_make $distclean $package $version "distclean"
30
31opt_run_tarclean $tarclean $package $version
32
33
34
Note: See TracBrowser for help on using the repository browser.