mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
53611433da
From https://www.lesbonscomptes.com/upmpdcli/pages/releases.html: 2021-03-13 libupnpp 0.21.0 * Allow configuring the subscription timeout (init option) * Add interface for the lib to report a subscription autorenewal failure, and to renew all subscriptions. * Add API to set the product/version values in User-Agent and Server headers. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
453 B
Makefile
15 lines
453 B
Makefile
################################################################################
|
|
#
|
|
# libupnpp
|
|
#
|
|
################################################################################
|
|
|
|
LIBUPNPP_VERSION = 0.21.0
|
|
LIBUPNPP_SITE = http://www.lesbonscomptes.com/upmpdcli/downloads
|
|
LIBUPNPP_LICENSE = LGPL-2.1+
|
|
LIBUPNPP_LICENSE_FILES = COPYING
|
|
LIBUPNPP_INSTALL_STAGING = YES
|
|
LIBUPNPP_DEPENDENCIES = host-pkgconf expat libcurl libnpupnp
|
|
|
|
$(eval $(autotools-package))
|