summaryrefslogtreecommitdiffstats
path: root/extra/php
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-11-04 14:05:39 +0100
committertnut <thierryn1 at hispeed dot ch>2010-11-04 14:05:39 +0100
commit48f09e83f0902ea4a71bada94b336f94a4eb067b (patch)
tree954bcaeedd4baf1a1621a772ad60f0dc958d0b9f /extra/php
parentecc71de525e5afecacd809b671c996a9c829f09b (diff)
downloadnutyx-extra-48f09e83f0902ea4a71bada94b336f94a4eb067b.tar.gz
nutyx-extra-48f09e83f0902ea4a71bada94b336f94a4eb067b.tar.bz2
nutyx-extra-48f09e83f0902ea4a71bada94b336f94a4eb067b.tar.xz
nutyx-extra-48f09e83f0902ea4a71bada94b336f94a4eb067b.zip
php, port nettoyé
Diffstat (limited to 'extra/php')
-rwxr-xr-xextra/php/oldbuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/extra/php/oldbuild b/extra/php/oldbuild
deleted file mode 100755
index 815883ef8..000000000
--- a/extra/php/oldbuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# $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
-
-}