net-libs/libnpupnp: add 6.3.0

Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
This commit is contained in:
Erik Mackdanz
2026-04-05 13:46:15 -05:00
parent 5d89a45053
commit 012dba0d4f
2 changed files with 23 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST libnpupnp-6.2.3.tar.gz 468168 BLAKE2B b6664633772f265532f677a8882a48c8e1798e08eb6af7dcda314dd3a2d79338a89496b747d58b5d1869ff38bf99779edc98c04741684945d1fb90ca4929865c SHA512 ed8ed5d1e385a683dc0f225ff31ed3789bad101181525c2ab3f36b1f2b4948efbd7a40aba6969c1ec17570c92597e60738be5fc0508d2f4700e7e2986122ebc3
DIST libnpupnp-6.3.0.tar.gz 465454 BLAKE2B f78bcc83cf71812bace4d441abfcfac0d444aac4948669b7faa079292e4d832db690d0ab5ad0a45f33f7bb904e0db3dcec2ef3c54513d99ff93e182d8177ae99 SHA512 fa2e0958a5e2e885cf30bb0a92e6e3a50226e784e3f8b71aa385a5c81b37de57027af5eed2c0f80bf72b603d1c8eb57ed9125b243ad739cbe62c73acc9f50581

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2026 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"