mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
15 lines
450 B
Makefile
15 lines
450 B
Makefile
|
################################################################################
|
||
|
#
|
||
|
# libminiupnpc
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
LIBMINIUPNPC_VERSION = 2.0
|
||
|
LIBMINIUPNPC_SOURCE = miniupnpc-$(LIBMINIUPNPC_VERSION).tar.gz
|
||
|
LIBMINIUPNPC_SITE = http://miniupnp.free.fr/files
|
||
|
LIBMINIUPNPC_INSTALL_STAGING = YES
|
||
|
LIBMINIUPNPC_LICENSE = BSD-3c
|
||
|
LIBMINIUPNPC_LICENSE_FILES = LICENSE
|
||
|
|
||
|
$(eval $(cmake-package))
|