Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 147388 Details for
Bug 214841
net-nds/lam-2.1.0 - LDAP Account Manager (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
lam-2.2.0.ebuild (Update)
lam-2.2.0.ebuild (text/plain), 1.53 KB, created by
Heltem
on 2008-03-26 15:18:04 UTC
(
hide
)
Description:
lam-2.2.0.ebuild (Update)
Filename:
MIME Type:
Creator:
Heltem
Created:
2008-03-26 15:18:04 UTC
Size:
1.53 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit webapp depend.php > >MY_P="ldap-account-manager-${PV}" >DESCRIPTION="LDAP Account Manager (LAM) is a webfrontend for managing accounts >stored in an LDAP directory." >HOMEPAGE="http://lam.sourceforge.net" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" >LICENSE="GPL-2" >KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86" >IUSE="" >S=${WORKDIR}/${MY_P} > >need_php > >pkg_setup() { > webapp_pkg_setup > require_php_with_use ldap pcre session xml nls >} > >src_unpack() { > unpack ${A} > cd ${S} > mv config/config.cfg_sample config/config.cfg > mv config/lam.conf_sample config/lam.conf > rm ${S}/{configure,install.sh,Makefile.in} >} > >src_compile() { > touch .compiled >} > >src_install() { > webapp_src_preinst > > local docs="COPYING copyright HISTORY INSTALL README TODO VERSION" > dodoc ${docs} > dodoc docs/*.txt > dohtml -r docs/devel > > einfo "Copying VERSION file" > cp VERSION ${D}${MY_HTDOCSDIR} > rm -f ${docs} > > einfo "Copying main files" > cp -r . ${D}${MY_HTDOCSDIR} > cd ${D}${MY_HTDOCSDIR} > > webapp_serverowned "${MY_HTDOCSDIR}"/config/config.cfg > webapp_serverowned "${MY_HTDOCSDIR}"/config/lam.conf > webapp_serverowned "${MY_HTDOCSDIR}"/sess > webapp_serverowned "${MY_HTDOCSDIR}"/tmp > webapp_serverowned "${MY_HTDOCSDIR}"/config > webapp_serverowned "${MY_HTDOCSDIR}"/lib > > webapp_configfile "${MY_HTDOCSDIR}"/config/config.cfg > webapp_configfile "${MY_HTDOCSDIR}"/config/lam.conf > > webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt > > webapp_src_install >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 214841
:
147359
|
147363
| 147388