net-misc/dhcpd-pools: New package

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
Alarig Le Lay 2020-12-18 12:52:46 +01:00
parent ad84c1428d
commit a37a0477d8
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST dhcpd-pools-3.1.tar.xz 708292 BLAKE2B e8f7b0336cd0bd1cc238bc08524f5bc1581cf178c644d0fabe844591b30f437f155d6e8af2488de705888cca3851d580cfd63e764c145b44a3800da3f25f8551 SHA512 f3519acd29ac04da05e42b4068efddaf8eae8e161b795d7ed2708dede9c48c0f9dd9bd8e9b395c88c2b2f96311cc735f76d03bec138d1d3bfbe7dbd01cfdc1ff

View File

@ -0,0 +1,21 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="ISC dhcpd lease analysis and reporting"
HOMEPAGE="http://dhcpd-pools.sf.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc"
DEPEND="dev-libs/uthash
doc? ( app-doc/doxygen )"
RDEPEND=""
src_configure() {
econf $(use_enable doc doxygen) --with-dhcpd-conf=/etc/dhcp/dhcpd.conf
}

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="sourceforge">dhcpd-pools</remote-id>
</upstream>
</pkgmetadata>