# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ PHP_EXT_NAME="zmq" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" EAPI="2" inherit php-ext-source-r1 git DESCRIPTION="PHP bindings for zeromq." HOMEPAGE="http://www.zeromq.org/bindings:php" EGIT_REPO_URI="http://github.com/mkoppanen/${PN}.git" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-libs/zeromq" RDEPEND="" src_prepare() { cd "${S}" sed -i -e "s/@PACKAGE_VERSION@/LATEST/" php_zmq.h php-ext-source-r1_phpize } src_install() { php-ext-source-r1_src_install dodoc-php README TODO }