summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2009-07-24 19:29:59 +0000
committerHanno Boeck <hanno@gentoo.org>2009-07-24 19:29:59 +0000
commit3c574a83ad461e6509def68113ccd65f535ee127 (patch)
tree13473405d16136c38bc995b497250df12b341f0f /net-analyzer/openvas-libraries/openvas-libraries-2.0.3.ebuild
parentAutomated update of use.local.desc (diff)
downloadhistorical-3c574a83ad461e6509def68113ccd65f535ee127.tar.gz
historical-3c574a83ad461e6509def68113ccd65f535ee127.tar.bz2
historical-3c574a83ad461e6509def68113ccd65f535ee127.zip
openvas-libraries bump
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/openvas-libraries/openvas-libraries-2.0.3.ebuild')
-rw-r--r--net-analyzer/openvas-libraries/openvas-libraries-2.0.3.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-analyzer/openvas-libraries/openvas-libraries-2.0.3.ebuild b/net-analyzer/openvas-libraries/openvas-libraries-2.0.3.ebuild
new file mode 100644
index 000000000000..b19b39b697a9
--- /dev/null
+++ b/net-analyzer/openvas-libraries/openvas-libraries-2.0.3.ebuild
@@ -0,0 +1,21 @@
+# 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.3.ebuild,v 1.1 2009/07/24 19:29:58 hanno Exp $
+
+DESCRIPTION="A remote security scanner for Linux (openvas-libraries)"
+HOMEPAGE="http://www.openvas.org/"
+SRC_URI="http://wald.intevation.org/frs/download.php/600/${P}.tar.gz"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="net-libs/gnutls
+ net-libs/libpcap"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ einstall || die "failed to install"
+ find "${D}" -name '*.la' -delete
+ dodoc ChangeLog CHANGES TODO || die
+}