Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37569411
en ru br
ALT Linux repos
S:1.2.5-alt1

Group :: System/Libraries
RPM: libtclap

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

Name: libtclap
Version: 1.2.4
Release: alt1
Summary: Templatized C++ Command Line Parser Library
Url: http://tclap.sourceforge.net/
License: MIT
Group: System/Libraries

Source: %name-%version.tar

BuildRequires: gcc-c++

%description
TCLAP is a small, flexible library that provides a simple interface for
defining and accessing command line arguments. It was intially inspired
by the user friendly CLAP libary. The difference is that this library is
templatized, so the argument class is type independent.
Type independence avoids identical-except-for-type objects,
such as IntArg, FloatArg, and StringArg. While the library is not
strictly compliant with the GNU or POSIX standards, it is close.

%package devel
Summary: Development files for %name
Group: Development/C++

%description devel
TCLAP is a small, flexible library that provides a simple interface for
defining and accessing command line arguments. It was intially inspired
by the user friendly CLAP libary. The difference is that this library is
templatized, so the argument class is type independent.
Type independence avoids identical-except-for-type objects,
such as IntArg, FloatArg, and StringArg. While the library is not
strictly compliant with the GNU or POSIX standards, it is close.

%package doc
Summary: Documentation files for %name
Group: Documentation

%description doc
TCLAP is a small, flexible library that provides a simple interface for
defining and accessing command line arguments. It was intially inspired
by the user friendly CLAP libary. The difference is that this library is
templatized, so the argument class is type independent.
Type independence avoids identical-except-for-type objects,
such as IntArg, FloatArg, and StringArg. While the library is not
strictly compliant with the GNU or POSIX standards, it is close.

%prep
%setup

%build
%configure

%make_build

%install
%makeinstall

%check
%make -j1 check

%files devel
%doc COPYING README
%_includedir/tclap
%_pkgconfigdir/*.pc

%files doc
%_defaultdocdir/tclap

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin