diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2002-06-10 21:06:25 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2002-06-10 21:06:25 +0000 |
commit | 449e378a27da02359a12c44b12cfbb8a35273443 (patch) | |
tree | 33148c60debd1308f2faa1da3d9fd172dc07b889 /net-mail/f-prot | |
parent | hacking around a directory creation thing (diff) | |
download | gentoo-2-449e378a27da02359a12c44b12cfbb8a35273443.tar.gz gentoo-2-449e378a27da02359a12c44b12cfbb8a35273443.tar.bz2 gentoo-2-449e378a27da02359a12c44b12cfbb8a35273443.zip |
New package. Closes bug #3408.
Diffstat (limited to 'net-mail/f-prot')
-rw-r--r-- | net-mail/f-prot/f-prot-3.12a.ebuild | 33 | ||||
-rw-r--r-- | net-mail/f-prot/files/digest-f-prot-3.12a | 1 |
2 files changed, 34 insertions, 0 deletions
diff --git a/net-mail/f-prot/f-prot-3.12a.ebuild b/net-mail/f-prot/f-prot-3.12a.ebuild new file mode 100644 index 000000000000..3107b7e9f1bd --- /dev/null +++ b/net-mail/f-prot/f-prot-3.12a.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/f-prot/f-prot-3.12a.ebuild,v 1.1 2002/06/10 21:06:25 g2boojum Exp $ + +DESCRIPTION="Frisk Software's f-prot virus scanner" +HOMEPAGE="http://www.f-prot.com/" + +# unzip and wget are needed for the check-updates.sh script +DEPEND="" +RDEPEND="virtual/glibc + >=app-arch/unzip-5.42-r1 + >=net-misc/wget-1.8.2" + +A="f-prot_3.12a.tar.gz" +SRC_URI="ftp://ftp.f-prot.com/pub/${A}" + +S="${WORKDIR}/f-prot_3.12a" + +src_compile () { + echo "Nothing to compile." +} + +src_install () { + doman f-prot.8 + dodoc LICENSE CHANGES INSTALL README + + dodir /opt/f-prot + insinto /opt/f-prot + insopts -m 755 + doins f-prot f-prot.sh check-updates.sh checksum + insopts -m 644 + doins *.DEF ENGLISH.TX0 +} diff --git a/net-mail/f-prot/files/digest-f-prot-3.12a b/net-mail/f-prot/files/digest-f-prot-3.12a new file mode 100644 index 000000000000..c8932d5b243d --- /dev/null +++ b/net-mail/f-prot/files/digest-f-prot-3.12a @@ -0,0 +1 @@ +MD5 cfbf0f5c7712a60f4b2d54dc568dd882 f-prot_3.12a.tar.gz 1592558 |