diff options
author | Marcin Miroslaw <bug@mejor.pl> | 2009-11-23 07:31:41 +0000 |
---|---|---|
committer | Marcin Miroslaw <bug@mejor.pl> | 2009-11-23 07:31:41 +0000 |
commit | 1ee70c9831fa6fa1e11a64f59d79bfcb3d98b415 (patch) | |
tree | 74460061800bbd93f6b753d9113be66f4cbbc4ad /app-antivirus/clamd-stream-client/clamd-stream-client-1.3.ebuild | |
parent | sys-fs/clamfs: Initial commit, bug #259863. Thanks to Ishan Arora for proposa... (diff) | |
download | sunrise-1ee70c9831fa6fa1e11a64f59d79bfcb3d98b415.tar.gz sunrise-1ee70c9831fa6fa1e11a64f59d79bfcb3d98b415.tar.bz2 sunrise-1ee70c9831fa6fa1e11a64f59d79bfcb3d98b415.zip |
app-antivirus/clamd-stream-client: Initial commit, bug #278657.
svn path=/sunrise/; revision=9583
Diffstat (limited to 'app-antivirus/clamd-stream-client/clamd-stream-client-1.3.ebuild')
-rw-r--r-- | app-antivirus/clamd-stream-client/clamd-stream-client-1.3.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
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 000000000..44e6a90c5 --- /dev/null +++ b/app-antivirus/clamd-stream-client/clamd-stream-client-1.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +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-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +src_install() { + dobin clamd-stream-client || die "dobin failed" + dodoc README || die "dodoc failed" +} |