summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2004-05-14 19:40:51 +0000
committerJon Portnoy <avenj@gentoo.org>2004-05-14 19:40:51 +0000
commit0ed34e9a3da74aeb83903e3339825afd17cc8535 (patch)
treed3914ffb9af9d886e8ec08995044893b1171b251 /net-misc/netsed/netsed-0.01b.ebuild
parentStable on mips. (diff)
downloadhistorical-0ed34e9a3da74aeb83903e3339825afd17cc8535.tar.gz
historical-0ed34e9a3da74aeb83903e3339825afd17cc8535.tar.bz2
historical-0ed34e9a3da74aeb83903e3339825afd17cc8535.zip
Initial import. Submitted in bug 41518.
Diffstat (limited to 'net-misc/netsed/netsed-0.01b.ebuild')
-rw-r--r--net-misc/netsed/netsed-0.01b.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/net-misc/netsed/netsed-0.01b.ebuild b/net-misc/netsed/netsed-0.01b.ebuild
new file mode 100644
index 000000000000..e30ed76d6142
--- /dev/null
+++ b/net-misc/netsed/netsed-0.01b.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netsed/netsed-0.01b.ebuild,v 1.1 2004/05/14 19:40:51 avenj Exp $
+
+IUSE=""
+
+DESCRIPTION="A small and handful utility designed to alter the contents of packets forwarded thru your network in real time"
+SRC_URI="http://dione.ids.pl/~lcamtuf/${PN}.tgz
+ http://http.us.debian.org/debian/pool/main/n/netsed/${PN}_0.01c-2.diff.gz"
+
+HOMEPAGE="http://freshmeat.net/projects/netsed"
+
+KEYWORDS="~x86"
+SLOT="0"
+LICENSE="LGPL-2"
+
+DEPEND="virtual/glibc"
+
+src_unpack() {
+ mkdir -p ${S}
+ cd ${S}
+ unpack ${A}
+ epatch ${PN}_0.01c-2.diff
+}
+
+src_compile() {
+ make CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+ dobin netsed
+ doman debian/netsed.1
+ dodoc README
+}