]> git.ipfire.org Git - ipfire-3.x.git/blob - gdbm/gdbm.nm
clamav: Update to 0.101.4
[ipfire-3.x.git] / gdbm / gdbm.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = gdbm
7 version = 1.12
8 release = 1
9
10 groups = Development/Tools
11 url = http://www.gnu.org/software/gdbm/
12 license = GPLv3+
13 summary = The GDBM package contains the GNU Database Manager.
14
15 description
16 The GDBM package contains the GNU Database Manager. This is a disk file \
17 format database which stores key/data-pairs in single files. The actual \
18 data of any record being stored is indexed by a unique key, which can be \
19 retrieved in less time than if it was stored in a text file.
20 end
21
22 source_dl = http://ftp.gnu.org/gnu/gdbm/
23
24 build
25 requires
26 gettext
27 libtool
28 end
29
30 configure_options += \
31 --enable-libgdbm-compat
32
33 install_cmds
34 mkdir -pv %{BUILDROOT}%{includedir}/gdbm
35 ln -svf ../gdbm.h %{BUILDROOT}%{includedir}/gdbm/gdbm.h
36 ln -svf ../ndbm.h %{BUILDROOT}%{includedir}/gdbm/ndbm.h
37 ln -svf ../dbm.h %{BUILDROOT}%{includedir}/gdbm/dbm.h
38 end
39 end
40
41 packages
42 package %{name}
43
44 package %{name}-devel
45 template DEVEL
46 end
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
51 end