]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - gdbm/gdbm.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/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.8.3
8 release = 1
9
10 groups = Development/Tools
11 url = http://www.gnu.org/software/gdbm/
12 license = GPL
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 =
23
24 build
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
36 end
37
38 packages
39 package %{name}
40 end
41
42 package %{name}-devel
43 template DEVEL
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end