Introduce the make_env var for templates, and other related changes.
[pkgfs.git] / templates / sudo.tmpl
blob7b6658fc46f81fb0132874c4512901c2c13a900d
1 # Template build file for 'sudo'.
2 pkgname=sudo
3 version=1.6.9p17
4 patch_files="$pkgname-Makefile-in.diff"
5 extract_sufx=".tar.gz"
6 url=http://www.courtesan.com/sudo/dist
7 build_style=gnu_configure
8 configure_args="--disable-root-mailer"
9 short_desc="Allow others to run commands as root"
10 maintainer="Juan RP <xtraeme@gmail.com>"
11 checksum=4d1a4bb3558ddeaa4c8c095067a5696afb6ea50a
12 long_desc="
13  Sudo is a program designed to allow a sysadmin to give limited root
14  privileges to users and log root activity. The basic philosophy is to
15  give as few privileges as possible but still allow people to get their
16  work done."