summaryrefslogtreecommitdiffstats
path: root/net-analyzer/openvas-libraries/openvas-libraries-3.0.3.ebuild
blob: 723d7950fc8e031312b9310244cfcfd68a301673 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-libraries/openvas-libraries-2.0.4.ebuild,v 1.1 2009/09/07 16:19:57 hanno Exp $

inherit eutils

DESCRIPTION="A remote security scanner for Linux (openvas-libraries)"
HOMEPAGE="http://www.openvas.org/"
SRC_URI="http://wald.intevation.org/frs/download.php/706/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 ~ppc x86"
IUSE=""

DEPEND="net-libs/gnutls
	net-libs/libpcap"
RDEPEND="${DEPEND}"

src_unpack() {
    unpack ${P}.tar.gz
    epatch "${FILESDIR}"/openvas-libraries-3.0.3-ds-gpgme.patch || die
}

src_install() {
	einstall || die "failed to install"
	find "${D}" -name '*.la' -delete
	dodoc ChangeLog CHANGES TODO || die
}