Package: tclap Version: 1.2.5 Revision: 1 Description: Templatized C++ Command Line Parser License: BSD # Free to update, modify, and take over Maintainer: Hanspeter Niederstrasser BuildDependsOnly: true Source: mirror:sourceforge:%n/%n-%v.tar.gz Source-Checksum: SHA256(bb649f76dae35e8d0dcba4b52acfd4e062d787e6a81b43f7a4b01275153165a6) GCC: 4.0 ConfigureParams: --disable-doxygen InfoTest: << TestScript: << #!/bin/sh -ev cd tests make -j1 check || exit 2 << << InstallScript: << make install DESTDIR=%d ### purge CVS droppings rm -rf %d/%p/share/doc/tclap/html/CVS << DocFiles: AUTHORS COPYING ChangeLog NEWS README Homepage: http://tclap.sourceforge.net/ DescDetail: << This is a simple templatized C++ library for parsing command line arguments. The library provides a simple, flexible object-oriented interface to the command line that automates argument parsing, USAGE creation and type casting. <<