summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-02-14 09:05:15 +0000
committerMike Frysinger <vapier@gentoo.org>2003-02-14 09:05:15 +0000
commit54c54a408d1752513a34ecee07314008eda2a85e (patch)
tree685bcebb54794ba7b5c5c691dc7e4e401c92ce2f /net-analyzer
parenttouchups and inherit #15675 (diff)
downloadgentoo-2-54c54a408d1752513a34ecee07314008eda2a85e.tar.gz
gentoo-2-54c54a408d1752513a34ecee07314008eda2a85e.tar.bz2
gentoo-2-54c54a408d1752513a34ecee07314008eda2a85e.zip
touchups and inherit #15675
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/libnasl/libnasl-1.2.7.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/net-analyzer/libnasl/libnasl-1.2.7.ebuild b/net-analyzer/libnasl/libnasl-1.2.7.ebuild
index 3cf3db48a88d..ff483f616b34 100644
--- a/net-analyzer/libnasl/libnasl-1.2.7.ebuild
+++ b/net-analyzer/libnasl/libnasl-1.2.7.ebuild
@@ -1,17 +1,20 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-1.2.7.ebuild,v 1.3 2003/02/13 13:42:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-1.2.7.ebuild,v 1.4 2003/02/14 09:05:15 vapier Exp $
+
+inherit eutils
-S=${WORKDIR}/${PN}
DESCRIPTION="A remote security scanner for Linux (libnasl)"
HOMEPAGE="http://www.nessus.org/"
SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz"
-DEPEND="=net-analyzer/nessus-libraries-${PV}"
+
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc -sparc "
-inherit eutils
+DEPEND="=net-analyzer/nessus-libraries-${PV}"
+
+S=${WORKDIR}/${PN}
src_unpack() {
unpack ${A}
@@ -39,6 +42,5 @@ src_install() {
localstatedir=${D}/var/lib \
mandir=${D}/usr/share/man \
install || die "Install failed libnasl"
- cd ${S}
dodoc COPYING TODO
}