From 017759c689300c5b16013b3232f01db6e4f35401 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Mon, 27 May 2013 22:28:15 +0200 Subject: add ebuild for a clam client to server support --- app-antivirus/clamd-stream-client/Manifest | 2 ++ .../clamd-stream-client-1.3.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 app-antivirus/clamd-stream-client/Manifest create mode 100644 app-antivirus/clamd-stream-client/clamd-stream-client-1.3.ebuild (limited to 'app-antivirus') diff --git a/app-antivirus/clamd-stream-client/Manifest b/app-antivirus/clamd-stream-client/Manifest new file mode 100644 index 00000000..f3f5b75a --- /dev/null +++ b/app-antivirus/clamd-stream-client/Manifest @@ -0,0 +1,2 @@ +DIST clamd-stream-client-1.3.tar.gz 39013 RMD160 234e690e6a5de443e84265316e18f27bc86b03f4 SHA1 54b4639fc2f51c062d3bdffb83d91a3ece97b861 SHA256 3ca4125eb69544efa77d6976b57ed4a22d3ca23eee1f91805bc0fa2319f8b753 +EBUILD clamd-stream-client-1.3.ebuild 479 RMD160 eb9258068eaa136a35de53fb98f59978eb99d234 SHA1 9afcee9a62e0ccaecf781337db444525b4981572 SHA256 771008b75048558b670730b1630549950edf67b4550cfbdd474339400015e9d0 diff --git a/app-antivirus/clamd-stream-client/clamd-stream-client-1.3.ebuild b/app-antivirus/clamd-stream-client/clamd-stream-client-1.3.ebuild new file mode 100644 index 00000000..a0ef488f --- /dev/null +++ b/app-antivirus/clamd-stream-client/clamd-stream-client-1.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +DESCRIPTION="Small client to ask a remote clamav antivirus server if a file contains a virus." +HOMEPAGE="http://clamd-stream-cl.sourceforge.net/" +SRC_URI="mirror://sourceforge/clamd-stream-cl/${P}.tar.gz" + +LICENSE="GPL" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="" +RDEPEND="" + +src_install() { + dobin clamd-stream-client + dodoc README CHANGES +} -- cgit v1.2.3