summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boman <mboman@gentoo.org>2004-03-31 10:04:42 +0000
committerMichael Boman <mboman@gentoo.org>2004-03-31 10:04:42 +0000
commit0e39a1e31e6458431c73c61ea8c60db3e94928b1 (patch)
treeca215009138922a43bf754f9a64aa72129ccd023 /net-firewall/firestorm/firestorm-0.5.4.ebuild
parentinitial import (Manifest recommit) (diff)
downloadgentoo-2-0e39a1e31e6458431c73c61ea8c60db3e94928b1.tar.gz
gentoo-2-0e39a1e31e6458431c73c61ea8c60db3e94928b1.tar.bz2
gentoo-2-0e39a1e31e6458431c73c61ea8c60db3e94928b1.zip
New upstream version. Closes 46032.
Diffstat (limited to 'net-firewall/firestorm/firestorm-0.5.4.ebuild')
-rw-r--r--net-firewall/firestorm/firestorm-0.5.4.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/net-firewall/firestorm/firestorm-0.5.4.ebuild b/net-firewall/firestorm/firestorm-0.5.4.ebuild
new file mode 100644
index 000000000000..9f8b30d6d21e
--- /dev/null
+++ b/net-firewall/firestorm/firestorm-0.5.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/firestorm/firestorm-0.5.4.ebuild,v 1.1 2004/03/31 10:04:42 mboman Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Network IDS"
+SRC_URI="http://www.scaramanga.co.uk/firestorm/v${PV}/${P}.tar.gz"
+HOMEPAGE="http://www.scaramanga.co.uk/firestorm/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS COPYING CREDITS ChangeLog HACKING INSTALL NEWS README
+}