# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ PHP_EXT_NAME="uploadprogress" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" inherit php-ext-pecl-r1 KEYWORDS="x86 amd64" SRC_URI="http://pecl.php.net/get/uploadprogress-${PV}.tgz" DESCRIPTION="PHP - An extension to track progress of a file upload." LICENSE="PHP" SLOT="0" IUSE="" S="${WORKDIR}/uploadprogress-0.3.0" need_php_by_category src_compile() { cd "${S}" has_php my_conf="--enable-uploadprogress" php-ext-pecl-r1_src_compile } src_install() { php-ext-pecl-r1_src_install }