libattr: remove libattr because it is clashing with udev/attr and is not used by...
[openembedded.git] / recipes / php / php.inc
blobbfee93c5cdd2440e640625cfb7e001b29693a1c3
1 DESCRIPTION = "A server-side, HTML-embedded scripting language. This package provides the CGI."
2 HOMEPAGE = "http://www.php.net"
3 SECTION = "console/network"
4 LICENSE = "PHP"
6 SRC_URI =     "http://us2.php.net/distributions/php-${PV}.tar.bz2;name=src \
7                file://acinclude-xml2-config.patch \
8                file://php-m4-divert.patch"
10 S = "${WORKDIR}/php-${PV}"
12 inherit autotools
14 CFLAGS += " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED -D_GNU_SOURCE"
16 acpaths = ""
18 do_install  () {
19         oe_runmake 'INSTALL_ROOT=${D}' install