Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 35948 Details for
Bug 55316
mambo CMS ebuild request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mambo-4.5.ebuild
mambo-4.5.ebuild (text/plain), 1.43 KB, created by
Renat Lumpau (RETIRED)
on 2004-07-22 07:50:46 UTC
(
hide
)
Description:
mambo-4.5.ebuild
Filename:
MIME Type:
Creator:
Renat Lumpau (RETIRED)
Created:
2004-07-22 07:50:46 UTC
Size:
1.43 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit webapp > >DESCRIPTION="Mambo is yet another CMS" >SRC_URI="http://mamboforge.net/frs/download.php/1145/MamboV4.5-Stable-1.0.9.tar.gz" # sane version numbers/file names, anyone? >HOMEPAGE="http://www.mamboserver.com/" > >LICENSE="GPL-2" >KEYWORDS="~x86" >S=${WORKDIR} > >IUSE="" > >DEPEND="net-www/webapp-config" >RDEPEND="dev-db/mysql > virtual/php > net-www/apache" > >pkg_setup () { > webapp_pkg_setup > einfo "Please make sure that your PHP is compiled with zlib, XML, and MySQL support" > sleep 5 >} > >src_install () { > webapp_src_preinst > local files="administrator/backups administrator/components components images media language modules templates uploadfiles" > > cd ${S} > > dodoc documentation/Changelog-4.5 > > einfo "Installing main files" > cp -r . ${D}/${MY_HTDOCSDIR} > rm -rf ${D}/${MY_HTDOCSDIR}/documentation > > # server-owned files > for file in ${files}; do > webapp_serverowned "${MY_HTDOCSDIR}/${file}" > done > > # add post-installation instructions > webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt > > # add the reconfigure hook > webapp_hook_script ${FILESDIR}/reconfig > > webapp_src_install >} > >pkg_postinst() { > einfo "The first stage of the installation is done. Now you need to setup your virtual hosts via webapp-config" > einfo "Please read man webapp-config for a detailed description of the process and some examples" > webapp_pkg_postinst >}
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 55316
:
35650
|
35651
|
35652
|
35947
| 35948