# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ PHP_EXT_NAME="xmlsec" PHP_EXT_ZENDEXT="no" PHP_EXT_INI="yes" MY_PN="xmlsec" inherit php-ext-source-r1 DESCRIPTION="A native PHP-extension to the XML Signature and Encryption library" HOMEPAGE="http://edocs.phpclub.net/xmlsec/" SRC_URI="http://edocs.phpclub.net/xmlsec/xmlsec.zip" LICENSE="PHP-3.01" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="dev-libs/libxml2 dev-libs/libxslt dev-libs/openssl dev-libs/libgcrypt dev-libs/libgpg-error dev-libs/xmlsec" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_PN}" need_php_by_category src_unpack() { unpack ${A} cd "${S}" php-ext-source-r1_phpize } src_install() { php-ext-source-r1_src_install }