Blame view

buildroot/buildroot-2016.08.1/package/tclap/tclap.mk 461 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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))