]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - gdbm/gdbm.nm
miredo: Fix packaging of /usr/lib/miredo/miredo-privproc for x64_64.
[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
MT
6name = gdbm
7version = 1.8.3
3b574253 8release = 2
186c2d61 9
802ea3af
MT
10groups = Development/Tools
11url = http://www.gnu.org/software/gdbm/
12license = GPL
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
22source_dl =
23
24build
802ea3af
MT
25 prepare_cmds
26 sed -i Makefile.* \
27 -e "s/^BINOWN = .*/BINOWN = root/" \
28 -e "s/^BINGRP = .*/BINGRP = root/"
29 end
30
31 install
32 make install install-compat INSTALL_ROOT=%{BUILDROOT}
33 end
34end
35
36packages
37 package %{name}
1f9bc2f0 38
802ea3af
MT
39 package %{name}-devel
40 template DEVEL
41 end
1f9bc2f0
MT
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
802ea3af 46end