390a00a871
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>
18 lines
497 B
Makefile
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))
|