diff options
author | Stuart Herbert <stuart@gentoo.org> | 2005-09-06 07:31:46 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2005-09-06 07:31:46 +0000 |
commit | f69ed4ca6776f0e4f6c02f9c805067f2dfc829f0 (patch) | |
tree | 48d906831cb99fcb54e7395b343319a1ec0335d8 /dev-php4/pecl-zip/pecl-zip-1.0.ebuild | |
parent | Initial import for PHP4 (diff) | |
download | gentoo-2-f69ed4ca6776f0e4f6c02f9c805067f2dfc829f0.tar.gz gentoo-2-f69ed4ca6776f0e4f6c02f9c805067f2dfc829f0.tar.bz2 gentoo-2-f69ed4ca6776f0e4f6c02f9c805067f2dfc829f0.zip |
Initial import for PHP4
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-php4/pecl-zip/pecl-zip-1.0.ebuild')
-rw-r--r-- | dev-php4/pecl-zip/pecl-zip-1.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-php4/pecl-zip/pecl-zip-1.0.ebuild b/dev-php4/pecl-zip/pecl-zip-1.0.ebuild new file mode 100644 index 000000000000..e3826e5d0ef7 --- /dev/null +++ b/dev-php4/pecl-zip/pecl-zip-1.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-zip/pecl-zip-1.0.ebuild,v 1.1 2005/09/06 07:31:46 stuart Exp $ + +PHP_EXT_ZENDEXT="no" +PHP_EXT_PECL_PKG="zip" +PHP_EXT_NAME="zip" +PHP_EXT_INI="yes" + +inherit php-ext-pecl-r1 + +IUSE="" +DESCRIPTION="PHP zip management extension." +SLOT="0" +LICENSE="PHP" +KEYWORDS="~ppc ~x86" +DEPEND="${DEPEND} + dev-libs/zziplib" + +need_php_by_category |