From 8b4ace9c50842c5b83401ea7b179dcab940387e1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 23 Sep 2020 10:22:15 +0100 Subject: gentoo resync : 23.09.2020 --- net-dns/mdns-repeater/mdns-repeater-1.11.ebuild | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 net-dns/mdns-repeater/mdns-repeater-1.11.ebuild (limited to 'net-dns/mdns-repeater/mdns-repeater-1.11.ebuild') diff --git a/net-dns/mdns-repeater/mdns-repeater-1.11.ebuild b/net-dns/mdns-repeater/mdns-repeater-1.11.ebuild new file mode 100644 index 000000000000..70e66393f0c6 --- /dev/null +++ b/net-dns/mdns-repeater/mdns-repeater-1.11.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="Multicast DNS repeater" +HOMEPAGE="https://github.com/kennylevinsen/mdns-repeater" +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm" + +SRC_URI="https://github.com/kennylevinsen/mdns-repeater/archive/${PV}.tar.gz -> ${P}.tar.gz" + +PATCHES=( + "${FILESDIR}/${P}-system-compiler-options.patch" +) + +src_compile() { + emake HGVERSION="${PV}" CC=$(tc-getCC) +} + +src_install() { + dobin "${PN}" + dodoc README.txt +} -- cgit v1.2.3