Files
buildroot/package/tclap/tclap.mk
tiopex dcdaa3599c bump version to 2022.02.9
add miyoo_defconfig
2023-01-31 16:39:34 +01:00

18 lines
497 B
Makefile

################################################################################
#
# tclap
#
################################################################################
TCLAP_VERSION = 1.2.4
TCLAP_SITE = http://downloads.sourceforge.net/project/tclap
TCLAP_LICENSE = MIT
TCLAP_LICENSE_FILES = COPYING
TCLAP_INSTALL_STAGING = YES
TCLAP_CPE_ID_VENDOR = tclap_project
# This package is a pure C++ template library, only made of headers.
TCLAP_INSTALL_TARGET = NO
$(eval $(autotools-package))