You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-php/magickwand/magickwand-1.0.9-r1.ebuild

31 lines
656 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PHP_EXT_NAME="magickwand"
PHP_EXT_ZENDEXT="no"
PHP_EXT_INI="yes"
DOCS="AUTHOR ChangeLog CREDITS README TODO"
MY_PN="MagickWandForPHP"
IUSE=""
USE_PHP="php5-6 php5-5 php5-4"
S="${WORKDIR}/${MY_PN}-${PV}"
inherit php-ext-source-r2
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}-2.tar.bz2"
LICENSE="MagickWand"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND=">=media-gfx/imagemagick-6.5.2.9"
RDEPEND="${DEPEND}"