]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - gdbm/gdbm.nm
Merge remote-tracking branch 'maniacikarus/samba'
[people/amarx/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 = 2
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 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
34 end
35
36 packages
37 package %{name}
38
39 package %{name}-devel
40 template DEVEL
41 end
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
46 end