diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-09-10 20:59:35 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-09-10 20:59:35 +0200 |
commit | a2ab41a738ff77dbc63a02425d526ae3290b8966 (patch) | |
tree | 22c9a8ec6a1c12f05cae366b42b72eb146005dcf /extra/php/oldbuild | |
parent | 17217c57b7aa5a38bc9fbc7db4d062be7634f636 (diff) | |
download | nutyx-extra-a2ab41a738ff77dbc63a02425d526ae3290b8966.tar.gz nutyx-extra-a2ab41a738ff77dbc63a02425d526ae3290b8966.tar.bz2 nutyx-extra-a2ab41a738ff77dbc63a02425d526ae3290b8966.tar.xz nutyx-extra-a2ab41a738ff77dbc63a02425d526ae3290b8966.zip |
Ajout de php#5.2.10-1
Diffstat (limited to 'extra/php/oldbuild')
-rwxr-xr-x | extra/php/oldbuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/extra/php/oldbuild b/extra/php/oldbuild new file mode 100755 index 000000000..815883ef8 --- /dev/null +++ b/extra/php/oldbuild @@ -0,0 +1,28 @@ +# $Id: build,v 1.1 2007/10/01 05:14:51 install Exp install $ +# Description: +# URL: +# Maintainer: Linux From Scratch +# Packager: Thierry Nuttens, thierryn1 at hispeed dot ch +# Depends on: + +name=php +version=0.0.0 +release=1 +group= +scripts=blfs-bootscripts +scriptsversion=20070822 +source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz\ + http://www.linuxfromscratch.org/downloads/blfs/svn/$scripts-$scriptsversion.tar.bz2) + + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + make + make DESTDIR=$PKG install +# cd ../$scripts-$scriptsversion +# make DESTDIR=$PKG install-$name + +} |