]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - gdbm/gdbm.nm
libnetfilter_queue: Update to 1.0.2.
[people/ms/ipfire-3.x.git] / gdbm / gdbm.nm
CommitLineData
186c2d61 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
186c2d61
MT
4###############################################################################
5
802ea3af 6name = gdbm
3191bb0d
MT
7version = 1.10
8release = 1
186c2d61 9
802ea3af
MT
10groups = Development/Tools
11url = http://www.gnu.org/software/gdbm/
3191bb0d 12license = GPLv3+
802ea3af 13summary = The GDBM package contains the GNU Database Manager.
186c2d61 14
802ea3af 15description
186c2d61
MT
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.
802ea3af
MT
20end
21
3191bb0d 22source_dl = http://ftp.gnu.org/gnu/gdbm/
802ea3af
MT
23
24build
3191bb0d
MT
25 requires
26 gettext
27 libtool
802ea3af
MT
28 end
29
3191bb0d
MT
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
802ea3af
MT
38 end
39end
40
41packages
42 package %{name}
1f9bc2f0 43
802ea3af
MT
44 package %{name}-devel
45 template DEVEL
46 end
1f9bc2f0
MT
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
802ea3af 51end