2014-10-21 22:11:59 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# libupnpp
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2019-11-04 15:01:51 +01:00
|
|
|
LIBUPNPP_VERSION = 0.17.2
|
2014-10-21 22:11:59 +02:00
|
|
|
LIBUPNPP_SITE = http://www.lesbonscomptes.com/upmpdcli/downloads
|
2018-03-07 20:31:08 +01:00
|
|
|
LIBUPNPP_LICENSE = LGPL-2.1+
|
2014-10-21 22:11:59 +02:00
|
|
|
LIBUPNPP_LICENSE_FILES = COPYING
|
|
|
|
LIBUPNPP_INSTALL_STAGING = YES
|
2020-02-16 15:52:04 +01:00
|
|
|
LIBUPNPP_DEPENDENCIES = host-pkgconf expat libcurl \
|
2019-01-20 10:47:50 +01:00
|
|
|
$(if $(BR2_PACKAGE_LIBUPNP),libupnp,libupnp18)
|
2014-10-21 22:11:59 +02:00
|
|
|
|
|
|
|
$(eval $(autotools-package))
|