blob: b6335efb2963a29ca0028986b4ec7a18ce72ab8f [file] [log] [blame]
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit cmake-utils
DL_ID=1803
DESCRIPTION="A remote security scanner for Linux (OpenVAS-cli)"
HOMEPAGE="http://www.openvas.org/"
SRC_URI="http://wald.intevation.org/frs/download.php/${DL_ID}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE=""
RDEPEND="
>=net-analyzer/openvas-libraries-7.0.7
!net-analyzer/openvas-client"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_configure() {
local mycmakeargs=(
-DLOCALSTATEDIR="${EPREFIX}"/var
-DSYSCONFDIR="${EPREFIX}"/etc
)
cmake-utils_src_configure
}