summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2009-07-24 19:39:10 +0000
committerHanno Böck <hanno@gentoo.org>2009-07-24 19:39:10 +0000
commitf7924e3a10c0f2afb2efba6b340278f7a71a6dd9 (patch)
tree494eefa85815484cabab150564f16bf452031f8a /net-analyzer/openvas-plugins/openvas-plugins-1.0.7.ebuild
parentopenvas-client bump (diff)
downloadgentoo-2-f7924e3a10c0f2afb2efba6b340278f7a71a6dd9.tar.gz
gentoo-2-f7924e3a10c0f2afb2efba6b340278f7a71a6dd9.tar.bz2
gentoo-2-f7924e3a10c0f2afb2efba6b340278f7a71a6dd9.zip
openvas-plugins bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/openvas-plugins/openvas-plugins-1.0.7.ebuild')
-rw-r--r--net-analyzer/openvas-plugins/openvas-plugins-1.0.7.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-analyzer/openvas-plugins/openvas-plugins-1.0.7.ebuild b/net-analyzer/openvas-plugins/openvas-plugins-1.0.7.ebuild
new file mode 100644
index 000000000000..cf07bc43d9d9
--- /dev/null
+++ b/net-analyzer/openvas-plugins/openvas-plugins-1.0.7.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/openvas-plugins/openvas-plugins-1.0.7.ebuild,v 1.1 2009/07/24 19:39:10 hanno Exp $
+
+DESCRIPTION="A remote security scanner for Linux (openvas-plugins)"
+HOMEPAGE="http://www.openvas.org/"
+SRC_URI="http://wald.intevation.org/frs/download.php/588/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND="net-analyzer/openvas-server"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc docs/*.txt || die "dodoc failed"
+}