sudo: hostmakedepends on groff to get proper manpages installed

This commit is contained in:
Christian Neukirchen 2014-07-04 15:52:47 +02:00 committed by Dominik Honnef
parent 9812702718
commit d59300a322

View File

@ -1,12 +1,13 @@
# Template build file for 'sudo'. # Template build file for 'sudo'.
pkgname=sudo pkgname=sudo
version=1.8.10p3 version=1.8.10p3
revision=1 revision=2
lib32disabled=yes lib32disabled=yes
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-ignore-dot -with-all-insults --with-env-editor configure_args="--with-ignore-dot -with-all-insults --with-env-editor
--enable-shell-sets-home --enable-noargs-shell --without-sendmail --enable-shell-sets-home --enable-noargs-shell --without-sendmail
--with-logfac=auth --disable-root-mailer --enable-pie" --with-logfac=auth --disable-root-mailer --enable-pie"
hostmakedepends="groff"
makedepends="zlib-devel pam-devel" makedepends="zlib-devel pam-devel"
conf_files="/etc/pam.d/sudo /etc/sudoers" conf_files="/etc/pam.d/sudo /etc/sudoers"
short_desc="Allow others to run commands as root" short_desc="Allow others to run commands as root"