summaryrefslogtreecommitdiff
path: root/app-antivirus
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2013-05-27 22:28:15 +0200
committerBertrand Jacquin <beber@meleeweb.net>2013-05-27 22:56:57 +0200
commit017759c689300c5b16013b3232f01db6e4f35401 (patch)
tree0d90923c86c0b0b6305c0bb311ee11be841c83fa /app-antivirus
parentadd ebuild for arpalert (diff)
downloadportage-017759c689300c5b16013b3232f01db6e4f35401.tar.xz
add ebuild for a clam client to server support
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/clamd-stream-client/Manifest2
-rw-r--r--app-antivirus/clamd-stream-client/clamd-stream-client-1.3.ebuild22
2 files changed, 24 insertions, 0 deletions
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
+}