summaryrefslogtreecommitdiffstats
path: root/extra/php/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-11 13:41:52 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-11 13:41:52 +0100
commit691ac1bf91346edd4312eb8433b6474589d14bf3 (patch)
tree17c9d1c19ed8939d60ba9f663f5d306a7aab5158 /extra/php/Pkgfile
parent949eb41025bb7e11c76ef4506a98c464bfcf971e (diff)
downloadnutyx-extra-691ac1bf91346edd4312eb8433b6474589d14bf3.tar.gz
nutyx-extra-691ac1bf91346edd4312eb8433b6474589d14bf3.tar.bz2
nutyx-extra-691ac1bf91346edd4312eb8433b6474589d14bf3.tar.xz
nutyx-extra-691ac1bf91346edd4312eb8433b6474589d14bf3.zip
php dans ouvert
Diffstat (limited to 'extra/php/Pkgfile')
-rw-r--r--extra/php/Pkgfile43
1 files changed, 0 insertions, 43 deletions
diff --git a/extra/php/Pkgfile b/extra/php/Pkgfile
deleted file mode 100644
index 6a8944d6b..000000000
--- a/extra/php/Pkgfile
+++ /dev/null
@@ -1,43 +0,0 @@
-# Description: module PHP5 module pour le serveur apache 2.0.x HTTP
-# URL: http://www.php.net
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot net
-# Depends on: mysql, apache, libxml2, libpng
-# Run on: mysql,apache,libxml2,libpng
-
-name=php
-version=5.3.3
-release=1
-source=(http://www.php.net/distributions/php-$version.tar.bz2)
-
-build () {
- cd php-$version
- sed -i "s/-i -a/-i/" configure
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --sysconfdir=/etc \
- --with-apxs2=/usr/sbin/apxs \
- --enable-force-cgi-redirect \
- --enable-discard-path \
- --with-config-file-path=/etc \
- --with-zlib \
- --enable-bcmath \
- --with-bz2 \
- --enable-calendar \
- --enable-exif \
- --enable-ftp \
- --with-gettext \
- --enable-mbstring \
- --with-ncurses \
- --with-readline \
- --with-mysql=/usr \
- --with-mysql-sock=/var/run/mysql \
- --with-gd
-
- make
- make INSTALL_ROOT=$PKG install
- rm -r $PKG/etc/apache
-# sed -i "/^extension_dir/s|\./|/usr/lib/php/extensions|" php.ini-dist
- install -D -m 644 php.ini-production $PKG/etc/php.ini
-}
-