diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-03-19 20:56:09 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-03-19 20:56:09 +0100 |
commit | 6a21d65d2840c58cfa7cd749a04669d8f7980646 (patch) | |
tree | 00b1aa153b69cda8cf9406c4700fd7730c34d3a5 /recipes/php/php.inc | |
parent | dcfe7349b369a87881cf1fa43085d9e9c5609fcf (diff) | |
parent | 6f854d71c347475d53d5080a5490625345d95d12 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/php/php.inc')
-rw-r--r-- | recipes/php/php.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/php/php.inc b/recipes/php/php.inc new file mode 100644 index 0000000000..e9d49a3269 --- /dev/null +++ b/recipes/php/php.inc @@ -0,0 +1,19 @@ +DESCRIPTION = "A server-side, HTML-embedded scripting language. This package provides the CGI." +HOMEPAGE = "http://www.php.net" +SECTION = "console/network" +LICENSE = "PHP" + +SRC_URI = "http://us2.php.net/distributions/php-${PV}.tar.bz2\ + file://acinclude-xml2-config.patch;patch=1" + +S = "${WORKDIR}/php-${PV}" + +inherit autotools + +CFLAGS += " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED" + +acpaths = "" + +do_install () { + oe_runmake 'INSTALL_ROOT=${D}' install +} |