Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 10987 Details for
Bug 19756
clamav-0.54-r2.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
clamav-0.54-r2.ebuild
clamav-0.54-r2.ebuild (text/plain), 1.18 KB, created by
slyzer
on 2003-04-22 04:46:03 UTC
(
hide
)
Description:
clamav-0.54-r2.ebuild
Filename:
MIME Type:
Creator:
slyzer
Created:
2003-04-22 04:46:03 UTC
Size:
1.18 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/net-mail/clamav/clamav-0.54-r1.ebuild,v 1.4 2003/04/19 23:39:00 prez Exp $ > >DESCRIPTION="Clam Anti-Virus Scanner" >HOMEPAGE="http://clamav.elektrapro.com" >SRC_URI="http://clamav.elektrapro.com/stable/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" > >KEYWORDS="~x86 ~hppa ~sparc ~sparc64 ~ppc ~arm ~mips" >IUSE="" > >PROVIDES="virtual/antivirus" >DEPEND="virtual/glibc" >S=${WORKDIR}/${P} > >src_unpack() { > unpack ${P}.tar.gz > cd ${S} > patch -p1 < ${FILESDIR}/${P}-gentoo.diff || die >} > >src_compile() { > if ! grep -q ^clamav: /etc/group ; then > groupadd clamav \ > || die "problem adding the clamav group" > grpconv || die "failed running grpconv" > fi > > if ! grep -q ^clamav: /etc/passwd ; then > useradd -g clamav clamav \ > || die "problem adding the clamav user" > pwconv || die "failed running pwconv" > fi > > econf > emake || die >} > >src_install() { > dodir /etc/init.d /etc/conf.d > make DESTDIR=${D} install || die > > cp ${FILESDIR}/clamd.rc ${D}/etc/init.d/clamd > cp ${FILESDIR}/clamd.conf ${D}/etc/conf.d/clamd > > dodoc AUTHORS BUGS NEWS README ChangeLog TODO FAQ 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 19756
:
10984
|
10985
|
10986
| 10987 |
10988