First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 6013
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Daniel Ahlberg (RETIRED) <aliz@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Paul Belt <gaarde@yahoo.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
lsat-0.8.1.ebuild lsat-0.8.1.ebuild text/plain MATSUU Takuto 2003-08-20 21:19 0000 599 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 6013 depends on: Show dependency tree
Bug 6013 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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) [edit]
lsat-0.8.1.ebuild

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

First Last Prev Next    No search results available      Search page      Enter new bug