From f70601e0934acd62f6c5d06c5ede4cc607179514 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 7 Jul 2018 11:42:03 +0100 Subject: gentoo resync : 07.07.2018 --- net-misc/netpipe/netpipe-1.0.0_beta2-r2.ebuild | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 net-misc/netpipe/netpipe-1.0.0_beta2-r2.ebuild (limited to 'net-misc/netpipe/netpipe-1.0.0_beta2-r2.ebuild') diff --git a/net-misc/netpipe/netpipe-1.0.0_beta2-r2.ebuild b/net-misc/netpipe/netpipe-1.0.0_beta2-r2.ebuild new file mode 100644 index 000000000000..dbdaac08b108 --- /dev/null +++ b/net-misc/netpipe/netpipe-1.0.0_beta2-r2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="tool to reliably distribute binary data using UDP broadcasting techniques" +HOMEPAGE="https://www.wudika.de/~jan/netpipe/" +SRC_URI="https://www.wudika.de/~jan/${PN}/${PN}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +S="${WORKDIR}/${PN}" + +src_prepare() { + sed -i \ + -e "s:^OPT=.*:OPT = ${CFLAGS} ${LDFLAGS}:" \ + -e "s:^CC=.*:CC = $(tc-getCC):" \ + Makefile || die "sed failed" + default +} + +src_install() { + dobin netpipe + dodoc DOCUMENTATION INSTALL TECH-NOTES +} -- cgit v1.2.3