# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-5.1.0_beta-r2.ebuild,v 1.3 2005/07/16 15:25:44 swegener Exp $ PHPSAPI="cli" MY_PV="5.1.0b3" MY_PHP_P="php-${MY_PV}" PHP_S="${WORKDIR}/${MY_PHP_P}" PHP_PACKAGE=1 inherit php5-sapi-r3 eutils DESCRIPTION="PHP Shell Interpreter" LICENSE="PHP" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" PDEPEND=">=dev-php/PEAR-PEAR-1.3.5-r1" PROVIDE="virtual/php" SLOT="0" PHP_INSTALLTARGETS="${PHP_INSTALLTARGETS} install-cli" src_unpack() { php5-sapi-r3_src_unpack ########################################################################### # DO NOT ADD YOUR PATCHES HERE # # Please add your patches into the eclass, where they belong! # # Thanks, # Stu ########################################################################### } src_compile () { my_conf="--disable-cgi --enable-cli" php5-sapi-r3_src_compile }