commit: 22aba074842e325d71338821187aaecead75b17f Author: Erik Mackdanz <stasibear <AT> gentoo <DOT> org> AuthorDate: Sat May 18 23:22:32 2024 +0000 Commit: Erik Mackdanz <stasibear <AT> gentoo <DOT> org> CommitDate: Sat May 18 23:23:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22aba074
net-libs/libupnpp: uses meson now Closes: https://bugs.gentoo.org/932092 Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org> net-libs/libupnpp/libupnpp-0.26.4-r1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/net-libs/libupnpp/libupnpp-0.26.4-r1.ebuild b/net-libs/libupnpp/libupnpp-0.26.4-r1.ebuild new file mode 100644 index 000000000000..ebcc007281ee --- /dev/null +++ b/net-libs/libupnpp/libupnpp-0.26.4-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2024 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}"