427c432821
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
513 B
Makefile
16 lines
513 B
Makefile
################################################################################
|
|
#
|
|
# libupnp
|
|
#
|
|
################################################################################
|
|
|
|
LIBUPNP_VERSION = 1.6.21
|
|
LIBUPNP_SOURCE = libupnp-$(LIBUPNP_VERSION).tar.bz2
|
|
LIBUPNP_SITE = http://downloads.sourceforge.net/project/pupnp/pupnp/libUPnP%20$(LIBUPNP_VERSION)
|
|
LIBUPNP_CONF_ENV = ac_cv_lib_compat_ftime=no
|
|
LIBUPNP_INSTALL_STAGING = YES
|
|
LIBUPNP_LICENSE = BSD-3c
|
|
LIBUPNP_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(autotools-package))
|