Files
operating-system/buildroot/package/tclap/tclap.mk
Stefan Agner 98ac18cbd5 Update buildroot to 2021.02.3 (#1422)
Signed-off-by: Stefan Agner <stefan@agner.ch>
(cherry picked from commit 9c8172df40)
2021-06-21 10:17:45 +02:00

18 lines
497 B
Makefile

################################################################################
#
# tclap
#
################################################################################
TCLAP_VERSION = 1.2.2
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))