surpport seeking the recorded video
[vuplus_openembedded] / recipes / php / php.inc
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"
5
6 SRC_URI =     "http://us2.php.net/distributions/php-${PV}.tar.bz2\
7                file://acinclude-xml2-config.patch;patch=1"
8
9 S = "${WORKDIR}/php-${PV}"
10
11 inherit autotools
12
13 CFLAGS += " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED -D_GNU_SOURCE"
14
15 acpaths = ""
16
17 do_install  () {
18         oe_runmake 'INSTALL_ROOT=${D}' install
19 }