blob: 90aefa72d3f4f222f43ce2b9fef96a93b1a1138e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libnasl/openvas-libnasl-1.0.1.ebuild,v 1.2 2008/08/18 11:50:42 pva Exp $
DESCRIPTION="A remote security scanner for Linux (openvas-libnasl)"
HOMEPAGE="http://www.openvas.org/"
SRC_URI="http://wald.intevation.org/frs/download.php/468/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="net-analyzer/openvas-libraries
app-crypt/gpgme"
src_install() {
einstall || die "einstall failed"
find "${D}" -name '*.la' -delete
dodoc ChangeLog || die "dodoc failed"
}
|