mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
https://www.lesbonscomptes.com/upmpdcli/releases.html#_2020_07_20_libnpupnp_4_0_10
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit b23ef48790)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
454 B
Makefile
15 lines
454 B
Makefile
################################################################################
|
|
#
|
|
# libnpupnp
|
|
#
|
|
################################################################################
|
|
|
|
LIBNPUPNP_VERSION = 4.0.10
|
|
LIBNPUPNP_SITE = http://www.lesbonscomptes.com/upmpdcli/downloads
|
|
LIBNPUPNP_LICENSE = BSD-3-Clause
|
|
LIBNPUPNP_LICENSE_FILES = COPYING
|
|
LIBNPUPNP_INSTALL_STAGING = YES
|
|
LIBNPUPNP_DEPENDENCIES = expat libcurl libmicrohttpd
|
|
|
|
$(eval $(autotools-package))
|