PHP became a package. Hope this works...

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1009 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-10-27 13:29:18 +00:00
parent b8ee1312b8
commit e245b293f5
4 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
etc/httpd/conf/conf.d/php5.conf
etc/pear.conf
etc/php.ini
#usr/bin/pear

View File

@@ -35,7 +35,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
PROG = applejuice
PAK_VER = 1
DEPS = "java"
DEPS = "java php"
###############################################################################
# Top-level Rules

View File

@@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
PROG = openmailadmin
PAK_VER = 1
DEPS = "cyrus-imapd postfix mysql"
DEPS = "cyrus-imapd postfix mysql php"
###############################################################################
# Top-level Rules

View File

@@ -31,6 +31,11 @@ DL_FILE = $(THISAPP).tar.bz2
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = php
PAK_VER = 1
DEPS = ""
###############################################################################
# Top-level Rules