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:
parent
ad84c1428d
commit
a37a0477d8
1
net-misc/dhcpd-pools/Manifest
Normal file
1
net-misc/dhcpd-pools/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST dhcpd-pools-3.1.tar.xz 708292 BLAKE2B e8f7b0336cd0bd1cc238bc08524f5bc1581cf178c644d0fabe844591b30f437f155d6e8af2488de705888cca3851d580cfd63e764c145b44a3800da3f25f8551 SHA512 f3519acd29ac04da05e42b4068efddaf8eae8e161b795d7ed2708dede9c48c0f9dd9bd8e9b395c88c2b2f96311cc735f76d03bec138d1d3bfbe7dbd01cfdc1ff
|
21
net-misc/dhcpd-pools/dhcpd-pools-3.1.ebuild
Normal file
21
net-misc/dhcpd-pools/dhcpd-pools-3.1.ebuild
Normal 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
|
||||
}
|
8
net-misc/dhcpd-pools/metadata.xml
Normal file
8
net-misc/dhcpd-pools/metadata.xml
Normal 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>
|
Loading…
Reference in a new issue