You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
497 B
18 lines
497 B
2 years ago
|
################################################################################
|
||
|
#
|
||
|
# 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))
|