[package] name = "man-db" version = "2.13.1" description = "Manual page browser" url = "https://man-db.nongnu.org/" license = "GPL-2.0" [source] url = "https://download.savannah.nongnu.org/releases/man-db/man-db-${version}.tar.xz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["glibc", "groff", "less", "libpipeline"] build = ["gcc", "make", "pkg-config"] [build] system = "autotools" configure = """./configure --prefix=/usr --sysconfdir=/etc --disable-setuid --enable-cache-owner=bin --with-browser=/usr/bin/lynx --with-vgrind=/usr/bin/vgrind --with-grap=/usr/bin/grap""" make = """make""" install = """make DESTDIR=${PKG} install"""