summaryrefslogtreecommitdiff
blob: 7423823a17a765c8502c6f03fc623544ca38d394 (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
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

DESCRIPTION="PEAR:Net_LDAP2 successor, provides functionality for accessing LDAP"
HOMEPAGE="https://gitlab.com/roundcube/net_ldap3"
SRC_URI="http://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm ~hppa ppc ~ppc64 ~sparc x86"

RDEPEND="
	dev-lang/php:*[ldap]
	dev-php/PEAR-Net_LDAP2
"

S="${WORKDIR}"

src_install() {
	insinto "/usr/share/php"
	doins -r lib/*
}