# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 PHP_EXT_NAME="phalcon" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" USE_PHP="php5-6 php5-5 php5-4" MY_PN="phalcon" MY_P="${MY_PN}-v${PV}" # There are two identical directories (32bits and 64bits) in ${WORKDIR}/${PN}-${MY_P}/build. One was chosen S="${WORKDIR}/${PN}-${MY_P}/build/64bits" inherit php-ext-source-r2 DESCRIPTION="A full-stack PHP framework delivered as a C-extension" HOMEPAGE="https://phalconphp.com" SRC_URI="https://github.com/${MY_PN}/${PN}/archive/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" src_configure() { my_conf="--enable-phalcon" php-ext-source-r2_src_configure }