mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-libs/libupnpp: add 1.0.4
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST libupnpp-1.0.3.tar.gz 129301 BLAKE2B 526adb85e25f7cb365de828edcb7517cb6c49f81f85f364124ec519fde149f6b0350e8634304dd82fa97fd01785feb8dafcf313763e29a0e390388ae47a1e5ca SHA512 13ccb1f41c398318e44f6b0d6fdb1a4c1a9f913af1d0b5ffd2b9f7bea1e5c807f9921c26d3c29d36c9d7b42280a8830b7164992f6dc62ffdcd3eaa96355bcbaa
|
||||
DIST libupnpp-1.0.4.tar.gz 131747 BLAKE2B ad0b44eb2684775432fb9bb808d3eaa931b738a514c8f82474f7cc78a2fd55bece9515b99196659818f879298c7835032bc24e6310608081ce0037266503358b SHA512 69c6596a17dbb4f246b07bed267646db491f37cd6a3cbcb78b9454531d13e918478630a79461010173ee52f735584de6beed63c5d30d855298dd5049e5e53847
|
||||
|
||||
20
net-libs/libupnpp/libupnpp-1.0.4.ebuild
Normal file
20
net-libs/libupnpp/libupnpp-1.0.4.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2026 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}"
|
||||
Reference in New Issue
Block a user