diff options
Diffstat (limited to 'dev-php5/magickwand/magickwand-1.0.4.ebuild')
-rw-r--r-- | dev-php5/magickwand/magickwand-1.0.4.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-php5/magickwand/magickwand-1.0.4.ebuild b/dev-php5/magickwand/magickwand-1.0.4.ebuild new file mode 100644 index 000000000000..4a75040eaf82 --- /dev/null +++ b/dev-php5/magickwand/magickwand-1.0.4.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/magickwand/magickwand-1.0.4.ebuild,v 1.1 2007/04/17 21:42:40 anant Exp $ + +PHP_EXT_NAME="magickwand" +PHP_EXT_ZENDEXT="no" +PHP_EXT_INI="tes" + +MY_PN="MagickWandForPHP" + +inherit php-ext-source-r1 + +DESCRIPTION="A native PHP-extension to the ImageMagick MagickWand API." +HOMEPAGE="http://www.magickwand.org/" +SRC_URI="http://www.magickwand.org/download/php/${MY_PN}-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND=">=media-gfx/imagemagick-6.3.3" + +S="${WORKDIR}/${MY_PN}-${PV}" + +need_php_by_category + +src_install() { + php-ext-source-r1_src_install + + dodoc AUTHOR ChangeLog CREDITS INSTALL LICENSE README TODO +} + |