]> Pileus Git - ~andy/sunrise/blob - app-antivirus/clamd-stream-client/clamd-stream-client-1.3.ebuild
44e6a90c517dc4ad8d84135ed71d6daa96a511bb
[~andy/sunrise] / app-antivirus / clamd-stream-client / clamd-stream-client-1.3.ebuild
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="Small client to ask a remote clamav antivirus server if a file contains a virus."
6 HOMEPAGE="http://clamd-stream-cl.sourceforge.net/"
7 SRC_URI="mirror://sourceforge/clamd-stream-cl/${P}.tar.gz"
8
9 LICENSE="GPL-2"
10 SLOT="0"
11 KEYWORDS="~x86 ~amd64"
12 IUSE=""
13
14 src_install()   {
15         dobin clamd-stream-client || die "dobin failed"
16         dodoc README || die "dodoc failed"
17 }