]> git.pld-linux.org Git - packages/argtable2.git/blame - argtable2.spec
- initial release - builds
[packages/argtable2.git] / argtable2.spec
CommitLineData
b42da7ab
PG
1Summary: An ANSI C library for parsing GNU style command line arguments
2Name: argtable2
3Version: 6
4Release: 0.9
5License: LGPL v2
6Group: Development/Libraries
7Source0: http://dl.sourceforge.net/argtable/%{name}-%{version}.tar.gz
8# Source0-md5: e1d5035992b29b45c5abad2b3487e096
9URL: http://argtable.sourceforge.net/
10BuildRequires: autoconf
11BuildRequires: automake
12Buildroot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15Argtable is an ANSI C library for parsing GNU style command line
16arguments. It enables a program's command line syntax to be defined in
17the source code as an array of argtable structs. The command line is
18then parsed according to that specification and the resulting values
19are returned in those same structs where they are accessible to the
20main program. Both tagged (-v, --verbose, --foo=bar) and untagged
21arguments are supported, as are multiple instances of each argument.
22Syntax error handling is automatic and the library also provides the
23means for displaying the command line syntax directly from the array
24of argument specifications.
25
26%package devel
27Summary: Header files for argtable2 library
28