# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php5/ZendOptimizer/ZendOptimizer-3.3.9-r1.ebuild,v 1.1 2010/06/22 21:26:59 mabi Exp $ EAPI="2" PHP_EXT_ZENDEXT="yes" PHP_EXT_NAME="ZendOptimizer" PHP_EXT_INI="yes" inherit php-ext-base-r1 KEYWORDS="~amd64 ~x86" SRC_URI="amd64? ( ${PN}-${PV}-linux-glibc23-x86_64.tar.gz ) x86? ( ${PN}-${PV}-linux-glibc23-i386.tar.gz )" MY_ARCH=${ARCH/x86/glibc23-i386} MY_ARCH=${MY_ARCH/amd64/glibc23-x86_64} S="${WORKDIR}/${PN}-${PV}-linux-${MY_ARCH}" DESCRIPTION="The Zend PHP optimizer and loader for encoded scripts." HOMEPAGE="http://www.zend.com/products/zend_optimizer" LICENSE="zend-optimizer" SLOT="0" IUSE="" RESTRICT="mirror fetch strip" DEPEND="" RDEPEND="!dev-php5/xdebug !dev-php5/pecl-apc