Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20534 - Ebuild request: net-analyzer/firestorm
Summary: Ebuild request: net-analyzer/firestorm
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Martin Holzer (RETIRED)
URL: http://www.scaramanga.co.uk/firestorm/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-06 10:37 UTC by Dmitry Platonov
Modified: 2003-05-12 15:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Platonov 2003-05-06 10:37:15 UTC
Firestorm is Network IDS. 
For more info please follow the link.

Reproducible: Always
Steps to Reproduce:




#Quick and dirty ebuild made from skel.ebuild
DESCRIPTION="Network IDS"

HOMEPAGE="http://www.scaramanga.co.uk/firestorm/"
#FIXME
SRC_URI="http://www.scaramanga.co.uk/firestorm/v0.5.2/${P}.tar.gz"
LICENSE="GPL"

SLOT="0"
KEYWORDS="~x86"
IUSE=""

#FIXME
DEPEND=""

# Run-time dependencies, same as DEPEND if RDEPEND isn't defined:
#RDEPEND=""

S=${WORKDIR}/${P}

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

src_install() {
    make DESTDIR=${D} install || die
}
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-05-12 15:06:39 UTC
in cvs