net-analyzer/upnpscan - 0.4 (gentoo)

Search

Install

Install this version:

emerge -a =net-analyzer/upnpscan-0.4

Package Information

Description:
Scans the network for UPnP capable devices
Homepage:
http://www.cqure.net/wp/upnpscan/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.4 7 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit autotools

DESCRIPTION="Scans the network for UPnP capable devices"
HOMEPAGE="http://www.cqure.net/wp/upnpscan/"
SRC_URI="http://www.cqure.net/tools/${PN}-v${PV}-src.tgz"
S="${WORKDIR}/${PN}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"

DOCS=( AUTHORS ChangeLog NEWS README TODO )

PATCHES=(
	"${FILESDIR}"/${P}-r2-cflags.patch
)

src_prepare() {
	default

	eautoreconf
}

Inherited Eclasses

Manifest for 0.4

Type File Size Source URLs
DIST upnpscan-v0.4-src.tgz 309011 bytes http://www.cqure.net/tools/upnpscan-v0.4-src.tgz