mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-23 06:47:16 +00:00
17 lines
461 B
Makefile
17 lines
461 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|