Move all to deprecated folder.
This commit is contained in:
16
deprecated/firmware/buildroot/package/tclap/tclap.mk
Normal file
16
deprecated/firmware/buildroot/package/tclap/tclap.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# tclap
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TCLAP_VERSION = 1.2.1
|
||||
TCLAP_SITE = http://downloads.sourceforge.net/project/tclap
|
||||
TCLAP_LICENSE = MIT
|
||||
TCLAP_LICENSE_FILES = COPYING
|
||||
TCLAP_INSTALL_STAGING = YES
|
||||
|
||||
# This package is a pure C++ template library, only made of headers.
|
||||
TCLAP_INSTALL_TARGET = NO
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user