kumquat-buildroot/package/tclap/tclap.mk
Fabrice Fontaine 390a00a871 package/tclap: bump to version 1.2.4
Update indentation in hash file (two spaces)

https://sourceforge.net/p/tclap/code/ci/v1.2.4/tree/ChangeLog

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-09-19 13:25:26 +02: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))