summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-04 08:48:03 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-04 08:54:44 +0100
commit4eefc231b50b23b2b19af344630f0844ba856716 (patch)
tree37adc8616cdd9234196369029749e5717806d61e /net-misc/netsed/netsed-0.01c.ebuild
parentxfce-extra/xfce4-time-out-plugin: Bump to 1.1.0 (diff)
downloadgentoo-4eefc231b50b23b2b19af344630f0844ba856716.tar.gz
gentoo-4eefc231b50b23b2b19af344630f0844ba856716.tar.bz2
gentoo-4eefc231b50b23b2b19af344630f0844ba856716.zip
net-misc/netsed: Bump to 0.01c
Closes: https://bugs.gentoo.org/692220 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/netsed/netsed-0.01c.ebuild')
-rw-r--r--net-misc/netsed/netsed-0.01c.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/net-misc/netsed/netsed-0.01c.ebuild b/net-misc/netsed/netsed-0.01c.ebuild
new file mode 100644
index 000000000000..979b23a2ae47
--- /dev/null
+++ b/net-misc/netsed/netsed-0.01c.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Small tool for altering forwarded network data in real time"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="http://lcamtuf.coredump.cx/soft/obsolete/netsed.tgz -> ${P}.tgz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S=${WORKDIR}/${PN}
+
+PATCHES=(
+ "${FILESDIR}/${P}-man.patch"
+)
+
+src_compile() {
+ emake CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+ dobin netsed
+ doman debian/netsed.1
+ dodoc README
+}