mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
scamper: pkgcheck fixes
This commit is contained in:
parent
e7359e9746
commit
f7c2eb3a4f
2 changed files with 14 additions and 7 deletions
11
net-analyzer/scamper/metadata.xml
Normal file
11
net-analyzer/scamper/metadata.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>noone@pentoo.org</email>
|
||||
<name>No one</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="privsep">Separate the higher privileged scanner from a lower privileged parser</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,22 +1,18 @@
|
|||
# Copyright 1999-2020 Gentoo Foundation
|
||||
# Copyright 1999-2024 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Actively probes the Internet in order to analyze topology and performance"
|
||||
HOMEPAGE="http://www.caida.org/tools/measurement/scamper/"
|
||||
SRC_URI="http://www.caida.org/tools/measurement/scamper/code/scamper-cvs-${PV}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/scamper-cvs-${PV}"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="privsep debug"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/scamper-cvs-${PV}"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable privsep privsep) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue