Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 30875 Details for
Bug 50290
ebuild for net-www/phpwiki
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for phpwiki 1.2.4
phpwiki-1.2.4.ebuild (text/plain), 1.17 KB, created by
j.
on 2004-05-06 15:22:58 UTC
(
hide
)
Description:
ebuild for phpwiki 1.2.4
Filename:
MIME Type:
Creator:
j.
Created:
2004-05-06 15:22:58 UTC
Size:
1.17 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/net-www/phpwiki/phpwiki-1.2.4.ebuild,v 1.14 2004/04/25 21:00:29 foser Exp $ > >inherit webapp-apache > >DESCRIPTION="PhpWiki is a WikiWikiWeb clone in PHP" >HOMEPAGE="http://phpwiki.sourceforge.net/" >SRC_URI="mirror://sourceforge/phpwiki/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="apache2" >RESTRICT="nomirror" > >RDEPEND="virtual/php" > >pkg_setup() { > webapp-detect || NO_WEBSERVER=1 > webapp-pkg_setup "${NO_WEBSERVER}" > einfo "Installing for ${WEBAPP_SERVER}" >} > >src_unpack() { > unpack ${A} > cd ${S} >} > >src_install() { > webapp-mkdirs > > dodir "${HTTPD_ROOT}phpwiki" > cp -a *.php admin images lib locale pgsrc templates \ > "${D}/${HTTPD_ROOT}phpwiki" > > dodoc DBLIB.txt CREDITS ChangeLog LICENSE README INSTALL.* \ > UPGRADING.readme schemas/* > > cd "${D}/${HTTPD_ROOT}" > chown -R "${HTTPD_USER}:${HTTPD_GROUP}" "${D}/${HTTPD_ROOT}phpwiki" >} > >pkg_postinst() { > einfo "The default configuration uses a dbm file in /tmp" > einfo "Be sure to read the install notes in /usr/share/doc/${PF}/" > einfo "and edit ${HTTPD_ROOT}phpwiki/lib/config.php" >}
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 50290
: 30875 |
36401
|
36402