]> git.pld-linux.org Git - packages/gdsl.git/blame - gdsl.spec
- massive attack: source-md5
[packages/gdsl.git] / gdsl.spec
CommitLineData
6342f73f
PG
1Summary: Generic Data Structures Library
2Summary(pl): Biblioteka podstawowych struktur danych
3Name: gdsl
4Version: 1.0
fb44e9e1 5Release: 3
6342f73f
PG
6License: GPL v2
7Group: Libraries
8Source0: http://freesoftware.fsf.org/download/gdsl/%{name}-%{version}.tar.gz
9cdeaf80 9# Source0-md5: 39584bbcd66d231156341db4b0a6d454
6342f73f
PG
10Patch0: %{name}-ac.patch
11URL: http://www.freesoftware.fsf.org/gdsl/
2a682dec 12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: libtool
6342f73f
PG
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18GDSL (Generic Data Structures Library) is a portable and
19OS-independant generic data structures manipulation library fully
20written in pure ANSI C from scratch, for C programmers. Most common
21data structures are available with powerful algorithms and hidden
22implementation. Available structures are lists, queues, stacks, hash
23tables, binary trees, search binary trees, red-black trees, 2D arrays,
24and permutations.
25
5dbaadf6
JB
26%description -l pl
27