# Description: Permet de donner des droits administrateurs aux utilisateurs normaux # URL: http://www.gratisoft.us/sudo/ # Maintainer: NuTyX core team # Packager: tnut at nutyx dot com name=sudo version=1.8.3p1 release=2 source=(ftp://ftp.sudo.ws/pub/sudo/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ --sbindir=/usr/sbin \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --libexecdir=/usr/lib \ --enable-noargs-shell \ --without-pam \ --with-ignore-dot \ --with-all-insults \ --enable-shell-sets-home make make DESTDIR=$PKG install echo "%admin ALL =(ALL) ALL" >> $PKG/etc/sudoers }