]> git.ipfire.org Git - ipfire-3.x.git/blame - gdbm/gdbm.nm
Move all packages to root.
[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
8release = 1
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
25 configure_options += --mandir=/usr/share/man
26
27 prepare_cmds
28 sed -i Makefile.* \
29 -e "s/^BINOWN = .*/BINOWN = root/" \
30 -e "s/^BINGRP = .*/BINGRP = root/"
31 end
32
33 install
34 make install install-compat INSTALL_ROOT=%{BUILDROOT}
35 end
36end
37
38packages
39 package %{name}
40 end
41
42 package %{name}-devel
43 template DEVEL
44 end
45end