mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
15 lines
417 B
Makefile
15 lines
417 B
Makefile
################################################################################
|
|
#
|
|
# cligen
|
|
#
|
|
################################################################################
|
|
|
|
CLIGEN_VERSION = 6.1.0
|
|
CLIGEN_SITE = $(call github,clicon,cligen,$(CLIGEN_VERSION))
|
|
CLIGEN_LICENSE = Apache-2.0
|
|
CLIGEN_LICENSE_FILES = LICENSE.md
|
|
CLIGEN_INSTALL_STAGING = YES
|
|
CLIGEN_CONF_OPTS = INSTALLFLAGS=" "
|
|
|
|
$(eval $(autotools-package))
|