Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 64892 Details for
Bug 101022
Ebuild for openwebstats (web application)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for openwebstats
openwebstats-1.1.ebuild (text/plain), 927 bytes, created by
Gunnar Wrobel (RETIRED)
on 2005-08-01 13:44:25 UTC
(
hide
)
Description:
Ebuild for openwebstats
Filename:
MIME Type:
Creator:
Gunnar Wrobel (RETIRED)
Created:
2005-08-01 13:44:25 UTC
Size:
927 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils webapp > >DESCRIPTION="OpenWebStats is a PHP stats application that reads Apache log files and imports the data to a MySQL database." >HOMEPAGE="http://openwebstats.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >LICENSE="GPL-2" >KEYWORDS="~x86" >IUSE="" > >DEPEND="virtual/php > dev-db/mysql" > >S=${WORKDIR}/${PN} > >src_install() { > webapp_src_preinst > > cd ${S} > > dodoc README > > ## Main application > cp -r . ${D}${MY_HTDOCSDIR} > cp ${FILESDIR}/ ${D}${MY_HTDOCSDIR}/ > > ## Docs installed, remove unnecessary files > rm -f ${D}${MY_HTDOCSDIR}/README > rm -f ${D}${MY_HTDOCSDIR}/CHANGELOG > > # Database creation > webapp_sqlscript mysql ${D}${MY_HTDOCSDIR}/openwebstats.sql > > # Postinstall instructions > 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 101022
:
64892
|
64893
|
64894
|
64949