From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- net-misc/dhcdrop/dhcdrop-0.5.ebuild | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 net-misc/dhcdrop/dhcdrop-0.5.ebuild (limited to 'net-misc/dhcdrop/dhcdrop-0.5.ebuild') diff --git a/net-misc/dhcdrop/dhcdrop-0.5.ebuild b/net-misc/dhcdrop/dhcdrop-0.5.ebuild new file mode 100644 index 000000000000..db32686b5063 --- /dev/null +++ b/net-misc/dhcdrop/dhcdrop-0.5.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" + +inherit eutils + +DESCRIPTION="Effectively suppresses illegal DHCP servers on the LAN" +HOMEPAGE="http://www.netpatch.ru/dhcdrop.html" +SRC_URI="http://www.netpatch.ru/projects/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~mips ~x86" + +IUSE="static" + +RDEPEND="!static? ( net-libs/libpcap )" +DEPEND="static? ( net-libs/libpcap[static-libs] ) + ${RDEPEND}" + +DOCS=( AUTHORS ChangeLog INSTALL NEWS README ) + +src_prepare() { + epatch_user +} + +src_configure() { + econf $(use static && echo "--enable-static-build") +} -- cgit v1.2.3