diff options
author | Parag Mehta <pm@gentoo.org> | 2001-07-04 14:42:45 +0000 |
---|---|---|
committer | Parag Mehta <pm@gentoo.org> | 2001-07-04 14:42:45 +0000 |
commit | a5c1ccff34d11a6a44a929f5e207cc1535a03345 (patch) | |
tree | 14800f5beba708a69eb0ad04ebccd6ec9a9d3766 /net-mail/vlnx | |
parent | New Version Release (diff) | |
download | historical-a5c1ccff34d11a6a44a929f5e207cc1535a03345.tar.gz historical-a5c1ccff34d11a6a44a929f5e207cc1535a03345.tar.bz2 historical-a5c1ccff34d11a6a44a929f5e207cc1535a03345.zip |
New Version Release.
Diffstat (limited to 'net-mail/vlnx')
-rw-r--r-- | net-mail/vlnx/files/digest-vlnx-414e | 3 | ||||
-rw-r--r-- | net-mail/vlnx/vlnx-414e.ebuild | 42 |
2 files changed, 45 insertions, 0 deletions
diff --git a/net-mail/vlnx/files/digest-vlnx-414e b/net-mail/vlnx/files/digest-vlnx-414e new file mode 100644 index 000000000000..e0c1b1b639fe --- /dev/null +++ b/net-mail/vlnx/files/digest-vlnx-414e @@ -0,0 +1,3 @@ +MD5 283cd9f50481d67d30d123ee6d8120d5 vlnx414e.tar.Z +MD5 283cd9f50481d67d30d123ee6d8120d5 vlnx414e.tar.Z +MD5 869dfa14a297f7096f4701c16c48c1c8 dat-4145.tar diff --git a/net-mail/vlnx/vlnx-414e.ebuild b/net-mail/vlnx/vlnx-414e.ebuild new file mode 100644 index 000000000000..a8f58927e12e --- /dev/null +++ b/net-mail/vlnx/vlnx-414e.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# Script Revised by Parag Mehta <pm@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/net-mail/vlnx/vlnx-414e.ebuild,v 1.1 2001/07/04 14:42:45 pm Exp $ + +P=vlnx414e +A="${P}.tar.Z dat-4145.tar" + +S=${WORKDIR}/${P} +DESCRIPTION="McAfee VirusScanner for Unix/Linux(Shareware)" +SRC_URI="http://download.mcafee.com/products/evaluation/virusscan/english/unix/linux/vlnx407e.tar.Z + http://download.nai.com/products/datfiles/4.x/nai/dat-4145.tar" + +DEPEND="" +RDEPEND="sys-devel/ld.so" +src_unpack() { + cd ${WORKDIR} + mkdir ${P} + cd ${P} + unpack vlnx407e.tar.Z + tar -xf ${DISTDIR}/dat-4098.tar +} + +src_compile() { + cd ${S} +} + +src_install() { + cd ${S} + dodir /usr/bin + insinto /usr/share/vscan + insopts -m 755 + doins uvscan + dosym /usr/share/vscan/uvscan /usr/bin/uvscan + insopts -m 644 + doins *.dat + dodoc *.txt *.pdf +} + + + |