]> Pileus Git - ~andy/sunrise/blob - app-antivirus/clamd-stream-client/clamd-stream-client-1.3.ebuild
app-misc/qbrew: Fix qt deps, EAPI bump
[~andy/sunrise] / app-antivirus / clamd-stream-client / clamd-stream-client-1.3.ebuild
1 # Copyright 1999-2012 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="~amd64 ~x86"
12 IUSE=""
13
14 src_install()   {
15         dobin ${PN} || die "dobin failed"
16         dodoc README || die "dodoc failed"
17 }