]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libtdb/libtdb.nm
sip: update to 4.18.1
[people/amarx/ipfire-3.x.git] / libtdb / libtdb.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libtdb
7 version = 1.3.9
8 release = 1
9
10 groups = System/Libraries
11 url = http://tdb.samba.org/
12 license = LGPLv3+
13 summary = The tdb library.
14
15 description
16 A library that implements a trivial database.
17 end
18
19 thisapp = tdb-%{version}
20
21 source_dl = http://samba.org/ftp/tdb/
22
23 build
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
34 end
35
36 packages
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
50 end