]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - man-db/man-db.nm
Merge remote-tracking branch 'stevee/openldap'
[people/ms/ipfire-3.x.git] / man-db / man-db.nm
CommitLineData
91f5b076 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
91f5b076
MT
4###############################################################################
5
802ea3af
MT
6name = man-db
7version = 2.6.0.2
cb7dca59 8release = 3
91f5b076 9
cb7dca59 10groups = Documentation
802ea3af
MT
11url = http://bzr.savannah.gnu.org/r/man-db/
12license = GPL
13summary = man-db is an on-line manual database.
91f5b076 14
802ea3af 15description
91f5b076
MT
16 man-db is an implementation of the standard Unix documentation \
17 system accessed using the man command. It uses a Berkeley DB database \
18 in place of the traditional flat-text whatis databases. man-db is \
19 used by several popular GNU/Linux distributions.
802ea3af
MT
20end
21
22source_dl =
23
24build
25 requires
26 db4-devel
27 gdbm-devel
28 groff
29 less
30 libpipeline-devel
31 end
32
33 configure_options += \
34 --libexecdir=/usr/lib \
35 --sysconfdir=/etc \
36 --disable-setuid \
37 --with-browser=/usr/bin/lynx \
38 --with-col=/usr/bin/col \
39 --with-vgrind=/usr/bin/vgrind \
40 --with-grap=/usr/bin/grap
91f5b076 41
802ea3af
MT
42 prepare_cmds
43 sed -i -e '\%\t/usr/man%d' -e '\%\t/usr/local/man%d' \
44 src/man_db.conf.in
45 end
46end
91f5b076 47
906e47eb
MT
48# This package installs a lib in /usr/lib/man-db and links all binaries
49# against it. Seems as if the ABI is not stable, yet and so we need to
50# accept that.
802ea3af
MT
51quality-agent
52 whitelist_rpath
53 /usr/lib/man-db
54 end
55end
906e47eb 56
802ea3af
MT
57packages
58 package %{name}
cb7dca59
MT
59 groups += Base
60
802ea3af
MT
61 requires
62 groff
63 less
64 end
91f5b076 65
802ea3af
MT
66 # This package also should be known as man.
67 provides
68 man
69 end
70 end
1f9bc2f0
MT
71
72 package %{name}-debuginfo
73 template DEBUGINFO
74 end
802ea3af 75end