summaryrefslogtreecommitdiffstats
path: root/package/sudo/sudo.mk
blob: 3e548ef41ace0912616ec43aff1bb1e44aa6136f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#############################################################
#
# sudo
#
#############################################################

SUDO_VERSION = 1.8.5p2
SUDO_SITE    = http://www.sudo.ws/sudo/dist
SUDO_CONF_OPT = \
		--without-lecture \
		--without-sendmail \
		--without-umask \
		--with-logging=syslog \
		--without-interfaces \
		--without-pam

define SUDO_PERMISSIONS
/usr/bin/sudo			 f 4755	0 0 - - - - -
endef

$(eval $(autotools-package))