From 911a412a193cc5b347d57e2e662722a568412bf7 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 31 Aug 2022 05:00:07 +0100 Subject: net-misc/udpcast: add 20211207 Signed-off-by: Sam James --- net-misc/udpcast/udpcast-20211207.ebuild | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 net-misc/udpcast/udpcast-20211207.ebuild (limited to 'net-misc/udpcast/udpcast-20211207.ebuild') diff --git a/net-misc/udpcast/udpcast-20211207.ebuild b/net-misc/udpcast/udpcast-20211207.ebuild new file mode 100644 index 000000000000..e2165f829f27 --- /dev/null +++ b/net-misc/udpcast/udpcast-20211207.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit flag-o-matic + +DESCRIPTION="Multicast file transfer tool" +HOMEPAGE="https://www.udpcast.linux.lu/" +SRC_URI="https://www.udpcast.linux.lu/download/${P}.tar.gz" + +LICENSE="GPL-2 BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="hardened" + +BDEPEND="dev-lang/perl" + +PATCHES=( + "${FILESDIR}"/${P}-musl.patch +) + +src_configure() { + use hardened || append-cppflags -DUSE_ASSEMBLER + + default +} + +src_install() { + default + dodoc *.txt +} -- cgit v1.2.3