summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2010-11-03 23:16:41 +0000
committerMatti Bickel <mabi@gentoo.org>2010-11-03 23:16:41 +0000
commitacd07c83e97b2e45eac4f4ab63ab8d2bcfc17a8c (patch)
tree8e66a6d069eaf350a13001b7cb6e50d936b1568d /dev-php5/magickwand/magickwand-1.0.8-r1.ebuild
parentold (diff)
downloadgentoo-2-acd07c83e97b2e45eac4f4ab63ab8d2bcfc17a8c.tar.gz
gentoo-2-acd07c83e97b2e45eac4f4ab63ab8d2bcfc17a8c.tar.bz2
gentoo-2-acd07c83e97b2e45eac4f4ab63ab8d2bcfc17a8c.zip
create minor slotting compatible version
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/magickwand/magickwand-1.0.8-r1.ebuild')
-rw-r--r--dev-php5/magickwand/magickwand-1.0.8-r1.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-php5/magickwand/magickwand-1.0.8-r1.ebuild b/dev-php5/magickwand/magickwand-1.0.8-r1.ebuild
new file mode 100644
index 000000000000..3f3e3fecb7ff
--- /dev/null
+++ b/dev-php5/magickwand/magickwand-1.0.8-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/magickwand/magickwand-1.0.8-r1.ebuild,v 1.1 2010/11/03 23:16:41 mabi Exp $
+
+EAPI="2"
+
+PHP_EXT_NAME="magickwand"
+PHP_EXT_ZENDEXT="no"
+PHP_EXT_INI="yes"
+DOCS="AUTHOR ChangeLog CREDITS README TODO"
+
+MY_PN="MagickWandForPHP"
+IUSE=""
+
+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}.tar.bz2"
+
+LICENSE="MagickWand"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=media-gfx/imagemagick-6.5.2.9"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}"