]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libtdb/libtdb.nm
file: Update to 5.18.
[people/ms/ipfire-3.x.git] / libtdb / libtdb.nm
CommitLineData
9094b0d4
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libtdb
7version = 1.2.11
8release = 1
9
10groups = System/Libraries
11url = http://tdb.samba.org/
12license = LGPLv3+
13summary = The tdb library.
14
15description
16 A library that implements a trivial database.
17end
18
19thisapp = tdb-%{version}
20
21source_dl = http://samba.org/ftp/tdb/
22
23build
24 requires
25 docbook-utils
26 docbook-xsl
27 python-devel
28 end
29
30 configure_options += \
31 --disable-rpath \
32 --disable-rpath-install \
33 --bundled-libraries=NONE
34end
35
36packages
37 package %{name}
38
39 package %{name}-devel
40 template DEVEL
41 end
42
43 package pytdb
44 template PYTHON
45 end
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
50end