Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6013 - lsat-0.8.1.ebuild (New Package)
Summary: lsat-0.8.1.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL: http://usat.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2002-08-04 14:23 UTC by Paul Belt
Modified: 2003-09-18 05:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
lsat-0.8.1.ebuild (lsat-0.8.1.ebuild,599 bytes, text/plain)
2003-08-20 21:19 UTC, MATSUU Takuto (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Belt 2002-08-04 14:23:35 UTC
# 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 Martin Holzer (RETIRED) gentoo-dev 2003-05-09 15:45:52 UTC
change 
SRC_URI="http://unc.dl.sourceforge.net/sourceforge/usat/${P}.tgz"
to
SRC_URI="mirror://sourceforge/usat/${P}.tgz"
Comment 2 MATSUU Takuto (RETIRED) gentoo-dev 2003-08-20 21:19:02 UTC
Created attachment 16407 [details]
lsat-0.8.1.ebuild
Comment 3 Daniel Ahlberg (RETIRED) gentoo-dev 2003-09-18 05:36:19 UTC
Commited.