blob: 745fa4608e9d22c5c07d3d9cc64f55d0a6007655 (
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-2010 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
|