summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-23 04:54:44 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-23 04:54:44 +0000
commit21423806735a138527b68213ba0871a4d913d804 (patch)
tree90ab8d21ff565b38a3c6971158d9c6a68541146d /net-libs
parentInitial import. (diff)
downloadgentoo-2-21423806735a138527b68213ba0871a4d913d804.tar.gz
gentoo-2-21423806735a138527b68213ba0871a4d913d804.tar.bz2
gentoo-2-21423806735a138527b68213ba0871a4d913d804.zip
patch -> epatch
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libnids/libnids-1.16.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-libs/libnids/libnids-1.16.ebuild b/net-libs/libnids/libnids-1.16.ebuild
index a8a450679067..02fb4da23fad 100644
--- a/net-libs/libnids/libnids-1.16.ebuild
+++ b/net-libs/libnids/libnids-1.16.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/libnids-1.16.ebuild,v 1.12 2003/08/21 04:12:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/libnids-1.16.ebuild,v 1.13 2003/08/23 04:54:44 vapier Exp $
+
+inherit eutils
-S=${WORKDIR}/${P}
DESCRIPTION="Libnids is an implementation of an E-component of Network Intrusion Detection System. It emulates the IP stack of Linux 2.0.x. Libnids offers IP defragmentation, TCP stream assembly and TCP port scan detection."
SRC_URI="http://www.packetfactory.net/Projects/libnids/dist/${P}.tar.gz"
HOMEPAGE="http://www.packetfactory.net/Projects/libnids/"
@@ -17,7 +18,7 @@ KEYWORDS="x86 ~ppc sparc ~alpha"
src_unpack () {
unpack ${A}
cd ${S}
- zcat ${FILESDIR}/libnids_gcc33_fix.gz | patch -p1
+ epatch ${FILESDIR}/libnids_gcc33_fix
}
src_compile() {