From af73ad4881c33899d4a796aec673d4021e697e22 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 2 Oct 2015 09:49:27 +0200 Subject: net-misc/autoupnp: Version bump with miniupnpc compat fix Package-Manager: portage-2.2.22 --- net-misc/autoupnp/autoupnp-0.4.7.ebuild | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 net-misc/autoupnp/autoupnp-0.4.7.ebuild (limited to 'net-misc/autoupnp/autoupnp-0.4.7.ebuild') diff --git a/net-misc/autoupnp/autoupnp-0.4.7.ebuild b/net-misc/autoupnp/autoupnp-0.4.7.ebuild new file mode 100644 index 000000000000..b7f066586cb7 --- /dev/null +++ b/net-misc/autoupnp/autoupnp-0.4.7.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils + +DESCRIPTION="Automatic open port forwarder using UPnP" +HOMEPAGE="https://bitbucket.org/mgorny/autoupnp/" +SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="libnotify" + +RDEPEND="net-libs/miniupnpc:0= + libnotify? ( x11-libs/libtinynotify:0= )" +DEPEND="${RDEPEND}" + +src_configure() { + local myconf=( + $(use_with libnotify) + ) + + econf "${myconf[@]}" +} + +src_install() { + default + prune_libtool_files --all +} -- cgit v1.2.3-65-gdbad