a6e7a85115
Bugfix release for: http://autobuild.buildroot.net/results/a87/a8754431aad8808ae2d67e32d4a7973b00eda1c1/ Technical discussion: https://github.com/MusicPlayerDaemon/MPD/pull/1513 Signed-off-by: Andreas Ziegler <br015@umbiko.net> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
453 B
Makefile
15 lines
453 B
Makefile
################################################################################
|
|
#
|
|
# libnpupnp
|
|
#
|
|
################################################################################
|
|
|
|
LIBNPUPNP_VERSION = 4.2.2
|
|
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))
|