]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/sudo/sudo.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / sudo / sudo.inc
1 SECTION = "base"
2 DESCRIPTION = "Sudo (superuser do) allows a system \
3 administrator to give certain users (or groups of \
4 users) the ability to run some (or all) commands \
5 as root while logging all commands and arguments."
6 LICENSE = "sudo"
7 HOMEPAGE = "http://www.courtesan.com/sudo/"
8 PRIORITY = "optional"
9 SECTION = "admin"
10
11 inherit autotools
12
13 EXTRA_OECONF = "--with-editor=/bin/vi --with-env-editor"
14
15 do_configure_prepend () {
16         rm -f acsite.m4
17         if [ ! -e acinclude.m4 ]; then
18                 cat aclocal.m4 > acinclude.m4
19         fi
20 }
21
22 pkg_postinst() {
23         chmod 0440 ${sysconfdir}/sudoers
24 }