# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ PHP_EXT_NAME="magickwand" PHP_EXT_ZENDEXT="no" inherit php-ext-source-r1 DESCRIPTION="A native PHP-extension to the ImageMagick MagickWand API." HOMEPAGE="http://www.magickwand.org/script/index.php" SRC_URI="http://www.magickwand.org/download/php/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="$DEPEND media-gfx/imagemagick" S="${WORKDIR}/${PN}" need_php_by_category src_install() { php-ext-source-r1_src_install dodoc AUTHOR ChangeLog CREDITS INSTALL LICENSE README TODO }