mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
15 lines
400 B
Makefile
15 lines
400 B
Makefile
################################################################################
|
|
#
|
|
# libndp
|
|
#
|
|
################################################################################
|
|
|
|
LIBNDP_VERSION = 1.6
|
|
LIBNDP_SITE = $(call github,jpirko,libndp,v$(LIBNDP_VERSION))
|
|
LIBNDP_LICENSE = LGPL-2.1+
|
|
LIBNDP_LICENSE_FILES = COPYING
|
|
LIBNDP_AUTORECONF = YES
|
|
LIBNDP_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|