summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/openvas-plugins/openvas-plugins-1.0.1.ebuild')
-rw-r--r--net-analyzer/openvas-plugins/openvas-plugins-1.0.1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-analyzer/openvas-plugins/openvas-plugins-1.0.1.ebuild b/net-analyzer/openvas-plugins/openvas-plugins-1.0.1.ebuild
new file mode 100644
index 000000000000..1186167a0c7d
--- /dev/null
+++ b/net-analyzer/openvas-plugins/openvas-plugins-1.0.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2008 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.1.ebuild,v 1.1 2008/06/07 17:12:08 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/459/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="net-analyzer/openvas-server"
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc docs/*.txt || die "dodoc failed"
+}