############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = man-db version = 2.6.0.2 release = 3 groups = Documentation url = http://bzr.savannah.gnu.org/r/man-db/ license = GPL summary = man-db is an on-line manual database. description man-db is an implementation of the standard Unix documentation \ system accessed using the man command. It uses a Berkeley DB database \ in place of the traditional flat-text whatis databases. man-db is \ used by several popular GNU/Linux distributions. end source_dl = build requires db4-devel gdbm-devel groff less libpipeline-devel end configure_options += \ --libexecdir=/usr/lib \ --sysconfdir=/etc \ --disable-setuid \ --with-browser=/usr/bin/lynx \ --with-col=/usr/bin/col \ --with-vgrind=/usr/bin/vgrind \ --with-grap=/usr/bin/grap prepare_cmds sed -i -e '\%\t/usr/man%d' -e '\%\t/usr/local/man%d' \ src/man_db.conf.in end end # This package installs a lib in /usr/lib/man-db and links all binaries # against it. Seems as if the ABI is not stable, yet and so we need to # accept that. quality-agent whitelist_rpath /usr/lib/man-db end end packages package %{name} groups += Base requires groff less end # This package also should be known as man. provides man end end package %{name}-debuginfo template DEBUGINFO end end