Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 82944 Details for
Bug 127334
Ebuild for amavis-stats
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for amavis-stats
amavis-stats-0.1.21.ebuild (text/plain), 1.74 KB, created by
Arnaud Launay
on 2006-03-23 10:12:43 UTC
(
hide
)
Description:
ebuild for amavis-stats
Filename:
MIME Type:
Creator:
Arnaud Launay
Created:
2006-03-23 10:12:43 UTC
Size:
1.74 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils webapp depend.apache > >DESCRIPTION="Amavis Stats" >HOMEPAGE="http://www.daleenterprise.com/amavis-stats/" >SRC_URI="http://downloads.topicdesk.com/amavis_stats/${P}.tar.gz" > >LICENSE="GPL-2" >#SLOT="0" >KEYWORDS="~x86" > >IUSE="" >DEPEND="virtual/libc" >RDEPEND="virtual/libc > !alpha? ( !apache? ( !apache2? ( www-servers/lighttpd ) ) ) > virtual/php > dev-lang/perl > net-analyzer/rrdtool" ># mail-filter/amavisd-new > >pkg_setup() { > webapp_pkg_setup > built_with_use net-analyzer/rrdtool perl || die "rrdtool must be compiled > with USE=perl" >} > >src_compile() { > econf --with-user=apache --with-group=apache --localstatedir=/var || die "econf failed" > emake || die "emake failed" >} > >src_install () { > # Infrastructure > diropts -m0770 -o apache -g apache > dodir /var/lib/${PN} /var/cache/${PN} > keepdir /var/lib/${PN} /var/cache/${PN} > fowners apache:apache /var/lib/${PN} /var/cache/${PN} > fperms 0770 /var/lib/${PN} /var/cache/${PN} > > # Binary > dosbin ${S}/sbin/${PN} > > # Configuration > insinto /etc > insopts -o root -g apache -m 0640 > doins ${S}/etc/${PN}.conf > > # Init file > newinitd ${FILESDIR}/${PN} ${PN} > > # Documentation > dodoc ${S}/{AUTHORS,BUGS,COPYING,ChangeLog,INSTALL,NEWS,README,TODO} > dodoc ${S}/doc/{${PN}.html,${PN}.pod,${PN}.txt} > doman ${S}/doc/${PN}.1 > > # Web > webapp_src_preinst > cd ${S}/share > edos2unix `find -type f -name '*.php'` > dodir ${MY_HTDOCSDIR} > cp -r *.php *.ttf *.png ${PN}.php.conf includes templates ${D}${MY_HTDOCSDIR} > cd ${D}${MY_HTDOCSDIR} && ln ${PN}.php index.php && ln /var/cache/${PN} img > webapp_configfile ${MY_HTDOCSDIR}/${PN}.php.conf > # Apache conf file: > # ${MY_HTDOCSDIR}/${PN}.alias.conf > 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 127334
: 82944