summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Mackdanz <stasibear@gentoo.org>2018-01-28 22:16:14 -0600
committerErik Mackdanz <stasibear@gentoo.org>2018-02-04 10:51:01 -0600
commitb927eb4739882ed975ef543d3e5b0cddea78eef7 (patch)
treeb9f23ec2007956297d3f9ea23968163fe6970ff4 /net-libs/libupnpp/libupnpp-0.16.1.ebuild
parentapp-office/gnucash: Bump to 2.7.4 (diff)
downloadgentoo-b927eb4739882ed975ef543d3e5b0cddea78eef7.tar.gz
gentoo-b927eb4739882ed975ef543d3e5b0cddea78eef7.tar.bz2
gentoo-b927eb4739882ed975ef543d3e5b0cddea78eef7.zip
net-libs/libupnpp: new package 0.16.1
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-libs/libupnpp/libupnpp-0.16.1.ebuild')
-rw-r--r--net-libs/libupnpp/libupnpp-0.16.1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/net-libs/libupnpp/libupnpp-0.16.1.ebuild b/net-libs/libupnpp/libupnpp-0.16.1.ebuild
new file mode 100644
index 000000000000..3cc8d14e6b9f
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.16.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli and upplay"
+HOMEPAGE="http://www.lesbonscomptes.com/upmpdcli"
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Unfortunatetly I receive segfaults from upmpcli on any newer version
+DEPEND="
+ dev-libs/expat
+ <net-libs/libupnp-1.6.24
+ net-misc/curl
+"
+RDEPEND="${DEPEND}"