net-libs/libnpupnp: add 6.2.3

Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
This commit is contained in:
Erik Mackdanz
2025-12-25 16:36:01 -06:00
parent a672476f06
commit e44ad79fed
2 changed files with 23 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST libnpupnp-6.2.1.tar.gz 471007 BLAKE2B 7d9c6a641e42f9fb79156c6878ee0e47ec5447504e99478c36edd9e7376672ebb346052b9b09178aae1fb1114748647bb421cc221e923c4cf585b818f705c2e5 SHA512 5718616321e5204e79de78095951fd48789fb0a7f7b8539420429743cf1cb2443fc0005be4ba4a1df26387620b95c8b924be59353c419467e6d359d29f991f11
DIST libnpupnp-6.2.3.tar.gz 468168 BLAKE2B b6664633772f265532f677a8882a48c8e1798e08eb6af7dcda314dd3a2d79338a89496b747d58b5d1869ff38bf99779edc98c04741684945d1fb90ca4929865c SHA512 ed8ed5d1e385a683dc0f225ff31ed3789bad101181525c2ab3f36b1f2b4948efbd7a40aba6969c1ec17570c92597e60738be5fc0508d2f4700e7e2986122ebc3

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="A C++ base UPnP library, derived from Portable UPnP, a.k.a libupnp"
HOMEPAGE="https://framagit.org/medoc92/npupnp"
SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-libs/expat
net-libs/libmicrohttpd:=
net-misc/curl
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"