8
0
Fork 0
mirror of https://github.com/fsr/gentoo-overlay synced 2024-11-14 16:33:12 +01:00

Added lam ebuild

This commit is contained in:
portage 2018-10-16 12:36:45 +02:00
parent 7add806e3e
commit 1d72a01e05
2 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,2 @@
DIST ldap-account-manager-6.5.tar.bz2 18994531 BLAKE2B 50622316edcb5f18bda9bd8746b29493e4ff442bcec655fc71c356331b1ce217e1385926d571caeec4f4ba6fd51d36c18da5ea9501b83bd2391e64a47c6f1e82 SHA512 d03bcdd3c1b84e7ec37c9b384e9d91bfe19d211742e8d488cabd52ffea0483bf631932cbce64052488be1b774bc7235cb64d0c792a2bfbfcd39857eefe52ef77
EBUILD ldap-account-manager-6.5.ebuild 506 BLAKE2B 937fc92107ff1b4d4ff4b3bf30ccc3b8534350633cdec93be9a33c3cde437b01537538a3a84b0a6a432a0db2394b9bab59981b9162500111556420fde7322069 SHA512 64db88817a5417cb509f8867bfcf0f5c189e0d2632c916e4b227d2a1d8559c2bc80ce891c8c7489b107a4684e12f15690effebd60d79888c6c91b8fac0ffd03f

View file

@ -0,0 +1,29 @@
# Copyright 2018 iFSR
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
inherit webapp
DESCRIPTION="A web-based frontend to manage LDAP users and groups"
HOMEPAGE="https://www.ldap-account-manager.org/"
SRC_URI="mirror://sourceforge/lam/${P}.tar.bz2"
LICENSE="GPL-3"
KEYWORDS="amd64"
IUSE="ssl perl"
RDEPEND="dev-lang/php[ldap,xml,ssl?]
perl? ( dev-lang/perl )
"
src_install() {
webapp_src_preinst
insinto "${MY_HTDOCSDIR}"
doins -r .
webapp_src_install
}