From 5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 20 Mar 2021 14:27:17 +0000 Subject: gentoo resync : 20.03.2021 --- net-analyzer/arpon/arpon-3.0.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'net-analyzer/arpon/arpon-3.0.ebuild') diff --git a/net-analyzer/arpon/arpon-3.0.ebuild b/net-analyzer/arpon/arpon-3.0.ebuild index f84ce3dfbc6d..c800c3568c29 100644 --- a/net-analyzer/arpon/arpon-3.0.ebuild +++ b/net-analyzer/arpon/arpon-3.0.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit cmake DESCRIPTION="ArpON (Arp handler inspectiON) is a portable Arp handler" @@ -10,6 +11,7 @@ MY_PN="ArpON" MY_P="${MY_PN}-${PV}" HOMEPAGE="http://arpon.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}-ng.tar.gz" +S="${WORKDIR}"/${MY_P}-ng LICENSE="BSD-2" SLOT="0" @@ -20,18 +22,18 @@ DEPEND=" net-libs/libnet:1.1 net-libs/libpcap " -RDEPEND=" - ${DEPEND} -" +RDEPEND="${DEPEND}" + PATCHES=( "${FILESDIR}"/${PN}-3.0-CFLAGS.patch "${FILESDIR}"/${PN}-3.0-gentoo.patch ) + DOCS=( AUTHOR CHANGELOG README THANKS ) -S="${WORKDIR}"/${MY_P}-ng src_install() { cmake_src_install + newinitd "${FILESDIR}"/${PN}.initd-3 ${PN} newconfd "${FILESDIR}"/${PN}.confd-3 ${PN} -- cgit v1.2.3