net-libs/libupnpp: add 1.0.2

Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
This commit is contained in:
Erik Mackdanz
2025-04-14 09:27:02 -05:00
parent 58ecb631c6
commit 833746aba6
2 changed files with 21 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST libupnpp-0.26.8.tar.gz 129144 BLAKE2B 1c74f45d0eabe62f5cf4e5568eed7dae646a69f6b5215316f31de1b44177ca2ca98370fa63d0e9b836afdfffad7a1dbbd618dce25a7682cafd65deb8df545f33 SHA512 5ce29e58c881852d31813ac24124ecd10e8d8729ab7f80f3459d8ec16cc82799a47091d67ad0065635d64c688c7f51c7d72e509f526b3ae1fc9bfb607ef2e332
DIST libupnpp-1.0.2.tar.gz 129138 BLAKE2B 201e685a86d42f54f073b7f48a51533b1f85e1a27d6273218c4e9f9f396a7636ad4fca2a8d872b29faab8497e6757ecf3b60a6d1212669b474cea8b35e393ceb SHA512 45b06cefa75669b0ad298514e6fcc5ede120f38ccf012c74d24697860989e9a345aed87f0f8f2251900b596f9e4405cccce1eee26a8ebe8c20dec50392723ef4

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
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
net-misc/curl
"
RDEPEND="${DEPEND}"