mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-01 22:12:12 +00:00
15 lines
453 B
Makefile
15 lines
453 B
Makefile
################################################################################
|
|
#
|
|
# libupnpp
|
|
#
|
|
################################################################################
|
|
|
|
LIBUPNPP_VERSION = 0.21.0
|
|
LIBUPNPP_SITE = http://www.lesbonscomptes.com/upmpdcli/downloads
|
|
LIBUPNPP_LICENSE = LGPL-2.1+
|
|
LIBUPNPP_LICENSE_FILES = COPYING
|
|
LIBUPNPP_INSTALL_STAGING = YES
|
|
LIBUPNPP_DEPENDENCIES = host-pkgconf expat libcurl libnpupnp
|
|
|
|
$(eval $(autotools-package))
|