mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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 0.26.4. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
449 B
Makefile
15 lines
449 B
Makefile
################################################################################
|
|
#
|
|
# libupnpp
|
|
#
|
|
################################################################################
|
|
|
|
LIBUPNPP_VERSION = 1.0.3
|
|
LIBUPNPP_SITE = https://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 $(meson-package))
|