diff options
Diffstat (limited to 'net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild')
-rw-r--r-- | net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild b/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild new file mode 100644 index 000000000000..a80205e8a493 --- /dev/null +++ b/net-analyzer/upnpscan/upnpscan-0.4-r3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +AUTOTOOLS_AUTORECONF=1 +AUTOTOOLS_IN_SOURCE_BUILD=1 + +inherit autotools-utils + +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" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" + +S=${WORKDIR}/${PN} + +DOCS=( AUTHORS ChangeLog NEWS README TODO ) + +PATCHES=( "${FILESDIR}"/${P}-r2-cflags.patch ) |