Bug 6013 - lsat-0.8.1.ebuild (New Package)
Bug#: 6013 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: aliz@gentoo.org Reported By: gaarde@yahoo.com
Component: Ebuilds
URL:  http://usat.sourceforge.net/
Summary: lsat-0.8.1.ebuild (New Package)
Keywords:  EBUILD
Status Whiteboard: 
Opened: 2002-08-04 14:23 0000
Description:   Opened: 2002-08-04 14:23 0000
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

# Author:  Paul Belt <gaarde at users dot sourceforge dot net>

DESCRIPTION="Linux Security Auditing Tool (LSAT) is a post install security
auditing tool. It is modular in design, so new features can be added quickly. It
checks inetd entries and scans for unneeded RPM packages. It is being expanded
to work with Linux distributions other than Red Hat, and checks for kernel
versions."
HOMEPAGE="http://usat.sourceforge.net"
SRC_URI="http://unc.dl.sourceforge.net/sourceforge/usat/${P}.tgz"
LICENSE="gpl-2"
SLOT="0"
KEYWORDS="i386"
DEPEND="dev-lang/perl"

src_compile() {
    econf || die
    emake || die
}

src_install () {
   dodoc README README.checkrpm README.modules
   dobin lsat

   # Make the manpage
   pod2man ${PN}.pod > ${PN}.tmp || die "Can not make the man-page"
   sed 's/perl v5.6.1/LSAT/g' ${PN}.tmp |\
   sed 's/Perl/LSAT/g' > ${PN}.1
   rm -f  ${PN}.tmp
   doman ${PN}.man
}

------- Comment #1 From Martin Holzer (RETIRED) 2003-05-09 15:45:52 0000 -------
change 
SRC_URI="http://unc.dl.sourceforge.net/sourceforge/usat/${P}.tgz"
to
SRC_URI="mirror://sourceforge/usat/${P}.tgz"

------- Comment #2 From MATSUU Takuto 2003-08-20 21:19:02 0000 -------
Created an attachment (id=16407) [details]
lsat-0.8.1.ebuild

------- Comment #3 From Daniel Ahlberg (RETIRED) 2003-09-18 05:36:19 0000 -------
Commited.