############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = man-db version = 2.6.1 release = 1 groups = Documentation url = http://savannah.nongnu.org/projects/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 = http://download.savannah.gnu.org/releases/man-db/ build requires db4-devel gdbm-devel groff less libpipeline-devel end configure_options += \ --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 %{libdir}/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