Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 58135 Details for
Bug 91561
New ebuild : phpWirelessMap-0.4.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild : phpwirelessmap-0.4.1.ebuild
phpwirelessmap-0.4.1.ebuild (text/plain), 1.60 KB, created by
Florian Fainelli
on 2005-05-05 05:23:23 UTC
(
hide
)
Description:
ebuild : phpwirelessmap-0.4.1.ebuild
Filename:
MIME Type:
Creator:
Florian Fainelli
Created:
2005-05-05 05:23:23 UTC
Size:
1.60 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit eutils webapp > >MY_P=phpwirelessmap-${PV} >DESCRIPTION="phpWirelessMap is a free dynamic map system for wireless communities." >HOMEPAGE="http://phpwirelessmap.geeek.org" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" >LICENSE="GPL-2" >KEYWORDS="alpha ppc hppa sparc x86 amd64 mips" >IUSE="" >DEPEND=">=dev-db/mysql-3.23.32 <dev-db/mysql-5.1 > virtual/httpd-php > sys-apps/findutils" > >S=${WORKDIR}/${MY_P} > >src_unpack() { > unpack ${A} > cd ${S} > > # Remove .cvs* files and CVS directories > find ${S} -name .cvs\* -or \( -type d -name CVS -prune \) | xargs rm -rf > >} > >src_compile() { > einfo "phpWirelessMap is successfully installed" >} > >src_install() { > webapp_src_preinst > > local docs="BUGS.txt FAQ.txt INSTALL.txt TODO.txt LICENSE.txt doc/README doc/MySQL.schema" > > dodoc ${docs} > for doc in ${docs} INSTALL; do > rm -f ${doc} > done > > # Copy the app's main files > > einfo "Installing main files" > cp -r . ${D}${MY_HTDOCSDIR} > > # Identify the configuration files that this app uses > > webapp_configfile ${MY_HTDOCSDIR}/config-sample.inc.php > > # there are no files which need to be owned by the web server > > # add the post-installation instructions > einfo "Remember to edit config-sample.inc.php to match your configuration > options" > einfo "You may also want to create your MySQL database" > einfo "Use the doc/MySQL.schema script to do that" > # all done > # > # now we let the eclass strut its stuff ;-) > > webapp_src_install > > fperms 0640 ${MY_HTDOCSDIR}/config-sample.inc.php > fowners root:apache ${MY_HTDOCSDIR}/config-sample.inc.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 91561
: 58135