2014-07-28 08:23:05 +02:00
|
|
|
# Copyright 1999-2011 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2014-11-27 15:31:25 +01:00
|
|
|
EAPI=5
|
2014-07-28 08:23:05 +02:00
|
|
|
|
|
|
|
PHP_EXT_NAME="gmagick"
|
|
|
|
PHP_EXT_INI="yes"
|
|
|
|
PHP_EXT_ZENDEXT="no"
|
|
|
|
DOCS="TODO"
|
|
|
|
|
|
|
|
MY_PV="${PV/_rc/RC}"
|
2017-05-02 14:57:25 +02:00
|
|
|
USE_PHP="php7-0 php7-1"
|
2014-07-28 08:23:05 +02:00
|
|
|
|
|
|
|
inherit php-ext-pecl-r2
|
|
|
|
|
|
|
|
KEYWORDS="amd64 x86"
|
|
|
|
|
|
|
|
DESCRIPTION="PHP wrapper for the GraphicsMagick library."
|
|
|
|
LICENSE="PHP-3.01"
|
2017-05-02 14:57:25 +02:00
|
|
|
SLOT="7"
|
2014-07-28 08:23:05 +02:00
|
|
|
IUSE="examples"
|
|
|
|
|
2017-05-02 14:57:25 +02:00
|
|
|
DEPEND=">=media-gfx/graphicsmagick-1.3.17"
|
2014-07-28 08:23:05 +02:00
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|
|
|
|
|
|
|
|
src_configure() {
|
|
|
|
my_conf="--with-gmagick=/usr"
|
|
|
|
php-ext-source-r2_src_configure
|
|
|
|
}
|