diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 04:20:40 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 04:20:40 +0000 |
commit | 33819be044674720bd9af32aaa1080683b493997 (patch) | |
tree | 15c43b7f51adfc893014a7b437e55ec6b3c119ac /net-mail/f-prot | |
parent | DEPEND enhancement (diff) | |
download | gentoo-2-33819be044674720bd9af32aaa1080683b493997.tar.gz gentoo-2-33819be044674720bd9af32aaa1080683b493997.tar.bz2 gentoo-2-33819be044674720bd9af32aaa1080683b493997.zip |
repoman'd
Diffstat (limited to 'net-mail/f-prot')
-rw-r--r-- | net-mail/f-prot/f-prot-3.12a.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/net-mail/f-prot/f-prot-3.12a.ebuild b/net-mail/f-prot/f-prot-3.12a.ebuild index 3107b7e9f1bd..1d72e13edc7e 100644 --- a/net-mail/f-prot/f-prot-3.12a.ebuild +++ b/net-mail/f-prot/f-prot-3.12a.ebuild @@ -1,20 +1,20 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/f-prot/f-prot-3.12a.ebuild,v 1.2 2002/07/17 04:20:40 seemant Exp $ +MY_P=${PN}_${PV} +S=${WORKDIR}/${MY_P} DESCRIPTION="Frisk Software's f-prot virus scanner" HOMEPAGE="http://www.f-prot.com/" +SRC_URI="ftp://ftp.f-prot.com/pub/${MY_P}.tar.gz" # 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" +RDEPEND=">=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" +SLOT="0" +LICENSE="F-PROT" +KEYWORDS="x86" src_compile () { echo "Nothing to compile." |