summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Mackdanz <stasibear@gentoo.org>2020-11-22 10:08:57 -0600
committerErik Mackdanz <stasibear@gentoo.org>2020-11-22 10:08:57 -0600
commit36fc89c486675f9738e76722fd3cd86a1c80e1db (patch)
tree88985aa8ebc6e24bfd1dae30176370e162be4eb5 /net-libs/libupnpp
parentnet-libs/libnpupnp: revbump for prior flags change (diff)
downloadgentoo-36fc89c486675f9738e76722fd3cd86a1c80e1db.tar.gz
gentoo-36fc89c486675f9738e76722fd3cd86a1c80e1db.tar.bz2
gentoo-36fc89c486675f9738e76722fd3cd86a1c80e1db.zip
net-libs/libupnpp: Guarantee built with good libnpupnp
Also add ~x86 arch Closes: https://bugs.gentoo.org/756016 Signed-off-by: Erik Mackdanz <stasibear@gentoo.org> Package-Manager: Portage-3.0.9, Repoman-3.0.2
Diffstat (limited to 'net-libs/libupnpp')
-rw-r--r--net-libs/libupnpp/libupnpp-0.20.0-r1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-libs/libupnpp/libupnpp-0.20.0-r1.ebuild b/net-libs/libupnpp/libupnpp-0.20.0-r1.ebuild
new file mode 100644
index 000000000000..2ffca9d9e1bf
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.20.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli and upplay"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli"
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ dev-libs/expat
+ >=net-libs/libnpupnp-4.0.14-r1
+ net-misc/curl
+"
+RDEPEND="${DEPEND}"