diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2006-09-29 20:25:12 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2006-09-29 20:25:12 +0000 |
commit | f2bb5d5eb5101dc0189e7a7fed7e4f8138aafeed (patch) | |
tree | 235472ae623e20145a14615f87dc4614054e5669 /dev-php4/pecl-translit/pecl-translit-0.5.ebuild | |
parent | Initial ebuild for bug #146771. (diff) | |
download | gentoo-2-f2bb5d5eb5101dc0189e7a7fed7e4f8138aafeed.tar.gz gentoo-2-f2bb5d5eb5101dc0189e7a7fed7e4f8138aafeed.tar.bz2 gentoo-2-f2bb5d5eb5101dc0189e7a7fed7e4f8138aafeed.zip |
Initial ebuild for bug #136000.
(Portage version: 2.1.2_pre1-r4)
Diffstat (limited to 'dev-php4/pecl-translit/pecl-translit-0.5.ebuild')
-rw-r--r-- | dev-php4/pecl-translit/pecl-translit-0.5.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-php4/pecl-translit/pecl-translit-0.5.ebuild b/dev-php4/pecl-translit/pecl-translit-0.5.ebuild new file mode 100644 index 000000000000..e522b1b1029e --- /dev/null +++ b/dev-php4/pecl-translit/pecl-translit-0.5.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-translit/pecl-translit-0.5.ebuild,v 1.1 2006/09/29 20:25:12 sebastian Exp $ + +PHP_EXT_NAME="translit" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-pecl-r1 + +KEYWORDS="~amd64 ~x86" +DESCRIPTION="Transliterates non-latin character sets to latin." +LICENSE="PHP" +SLOT="0" +IUSE="" + +need_php_by_category |