Release notes:
https://www.lesbonscomptes.com/upmpdcli/pages/releases.html
Switched _SITE to https.
Switched build system to meson after autotools were removed in version
6.1.2.
This bump fixes a gerbera build error introduced to buildroot by the
gerbera bump to 2.6.1 with buildroot commit
f8bf789115.
Fixes:
https://autobuild.buildroot.net/results/b6b/b6bd96cb9dbcaff9351ef156edaec7d1b5290b9e/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
450 B
Makefile
15 lines
450 B
Makefile
################################################################################
|
|
#
|
|
# libnpupnp
|
|
#
|
|
################################################################################
|
|
|
|
LIBNPUPNP_VERSION = 6.2.3
|
|
LIBNPUPNP_SITE = https://www.lesbonscomptes.com/upmpdcli/downloads
|
|
LIBNPUPNP_LICENSE = BSD-3-Clause
|
|
LIBNPUPNP_LICENSE_FILES = COPYING
|
|
LIBNPUPNP_INSTALL_STAGING = YES
|
|
LIBNPUPNP_DEPENDENCIES = expat libcurl libmicrohttpd
|
|
|
|
$(eval $(meson-package))
|