summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Mackdanz <stasibear@gentoo.org>2023-01-14 10:25:51 -0600
committerErik Mackdanz <stasibear@gentoo.org>2023-01-15 15:25:00 -0600
commit1587a5eff30eb86bbe9e0b06d50a0eaf994a5c3a (patch)
tree25ff14b9f9b417d22cd324bc4361f754232fea9c /net-libs
parentnet-libs/libupnpp: drop 0.21.0 (diff)
downloadgentoo-1587a5eff30eb86bbe9e0b06d50a0eaf994a5c3a.tar.gz
gentoo-1587a5eff30eb86bbe9e0b06d50a0eaf994a5c3a.tar.bz2
gentoo-1587a5eff30eb86bbe9e0b06d50a0eaf994a5c3a.zip
net-libs/libupnpp: add 0.22.4
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libupnpp/Manifest1
-rw-r--r--net-libs/libupnpp/libupnpp-0.22.4.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index e23eb089d079..a9e071f6646d 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1 +1,2 @@
DIST libupnpp-0.22.2.tar.gz 479341 BLAKE2B 5dbfa76614bb1aca1d8a3f03019ed6a95de3640a86f4ca0f3736d15fee7ccb54d454b0cb08f9595789b7478a8238410adabfdaea3a39f131094b9485a0faa701 SHA512 670f9639a4068013e1cd5cc6610e9bf38c6ab0d854079c3344525a4c5e553088a1dc49354ca33338e8d8fb487fc2c0a724f1cf3a99bf6b6f47d6a281f3a8e9e4
+DIST libupnpp-0.22.4.tar.gz 481758 BLAKE2B 41da0dc744e0cddd2d322de297a87c50d975871dcc2b3c22e0381e044ea40787834442161c9bae8c2c3c89226aff7a264e172dedf3c107a8945308f915971785 SHA512 ab97a8a5903e43a138b59c9f5805b85fee07da8e73a1b205c5e57688334f3719f84b3483e6bdde461d9b201f064c4afba0f319989627939e6c9f9d6acef84f31
diff --git a/net-libs/libupnpp/libupnpp-0.22.4.ebuild b/net-libs/libupnpp/libupnpp-0.22.4.ebuild
new file mode 100644
index 000000000000..b05822c3f097
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.22.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+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}"
+
+src_install() {
+ default_src_install
+ find "${ED}" -name '*.la' -delete || die "Couldn't delete .la files"
+}