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
commitb1f1c50f9fe0865284ce0867eb69e3aaa62585e8 (patch)
treece18cf860d3dfd1e7c9fd74dcf25002eb3faa2ec /net-misc/netsed/netsed-0.01b.ebuild
parentStable on mips. (Manifest recommit) (diff)
downloadgentoo-2-b1f1c50f9fe0865284ce0867eb69e3aaa62585e8.tar.gz
gentoo-2-b1f1c50f9fe0865284ce0867eb69e3aaa62585e8.tar.bz2
gentoo-2-b1f1c50f9fe0865284ce0867eb69e3aaa62585e8.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
+}