You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-php/PEAR-Net_LDAP3/PEAR-Net_LDAP3-1.0.5_pre201...

25 lines
532 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="PEAR:Net_LDAP2 successor, provides functionality for accessing LDAP"
HOMEPAGE="https://gitlab.com/roundcube/net_ldap3"
SRC_URI="https://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/*
}