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