b5654af1ba
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
15 lines
453 B
Makefile
15 lines
453 B
Makefile
################################################################################
|
|
#
|
|
# libnpupnp
|
|
#
|
|
################################################################################
|
|
|
|
LIBNPUPNP_VERSION = 4.2.1
|
|
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))
|