sudo: moved from opt
This commit is contained in:
parent
4f5f094342
commit
89fec8221f
17
sudo/.footprint
Normal file
17
sudo/.footprint
Normal file
@ -0,0 +1,17 @@
|
||||
drwxr-xr-x root/root etc/
|
||||
-r--r----- root/root etc/sudoers
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
---s--x--x root/root usr/bin/sudo
|
||||
lrwxrwxrwx root/root usr/bin/sudoedit -> sudo
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rwxr-xr-x root/root usr/lib/sudo_noexec.so
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man5/
|
||||
-r--r--r-- root/root usr/man/man5/sudoers.5.gz
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-r--r--r-- root/root usr/man/man8/sudo.8.gz
|
||||
lrwxrwxrwx root/root usr/man/man8/sudoedit.8.gz -> sudo.8.gz
|
||||
-r--r--r-- root/root usr/man/man8/visudo.8.gz
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
---x--x--x root/root usr/sbin/visudo
|
1
sudo/.md5sum
Normal file
1
sudo/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
af672524b2c854a67612bf4c743f58b8 sudo-1.7.1.tar.gz
|
24
sudo/Pkgfile
Normal file
24
sudo/Pkgfile
Normal file
@ -0,0 +1,24 @@
|
||||
# Description: Sudo (superuser do)
|
||||
# URL: http://www.sudo.ws/sudo/
|
||||
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
|
||||
# Packager: Todd Miller, todd dot miller at courtesan dot com
|
||||
|
||||
name=sudo
|
||||
version=1.7.1
|
||||
release=1
|
||||
source=(http://www.sudo.ws/$name/dist/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--libexecdir=/usr/lib \
|
||||
--mandir=/usr/man \
|
||||
--without-pam
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
ln -sf sudo $PKG/usr/bin/sudoedit
|
||||
ln -sf sudo.8.gz $PKG/usr/man/man8/sudoedit.8
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user