]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - man-db/man-db.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / man-db / man-db.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = man-db
7 version = 2.6.0.2
8 release = 2
9
10 groups = Base Documentation
11 url = http://bzr.savannah.gnu.org/r/man-db/
12 license = GPL
13 summary = man-db is an on-line manual database.
14
15 description
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.
20 end
21
22 source_dl =
23
24 build
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
41
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
46 end
47
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.
51 quality-agent
52 whitelist_rpath
53 /usr/lib/man-db
54 end
55 end
56
57 packages
58 package %{name}
59 requires
60 groff
61 less
62 end
63
64 # This package also should be known as man.
65 provides
66 man
67 end
68 end
69
70 package %{name}-debuginfo
71 template DEBUGINFO
72 end
73 end