summaryrefslogtreecommitdiff
blob: 5c30fe676cff331ad324e36e0f65aada4433fa07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

PHP_EXT_NAME="xmlsec"
PHP_EXT_ZENDEXT="no"
PHP_EXT_INI="yes"

inherit php-ext-source-r1

MY_PN="xmlsec"

DESCRIPTION="A native PHP-extension to the XML Signature and Encryption library"
HOMEPAGE="http://edocs.phpclub.net/xmlsec/"
SRC_URI="http://edocs.phpclub.net/${MY_PN}/${MY_PN}.zip -> ${P}.zip"

LICENSE="PHP-3.01"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-libs/xmlsec[ssl]
	dev-libs/libgcrypt"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_PN}"

need_php_by_category