CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 313 -
(show annotations)
Sun Oct 4 15:02:28 2009 UTC (3 years, 8 months ago) by cjg
File size: 608 byte(s)
Sun Oct 4 15:02:28 2009 UTC (3 years, 8 months ago) by cjg
File size: 608 byte(s)
sudo: bump to 1.6.9p19
| 1 | # Description: Sudo (superuser do) |
| 2 | # URL: http://www.sudo.ws/sudo/ |
| 3 | # Maintainer: Simone Rota, sip at crux dot nu |
| 4 | # Packager: Todd Miller, todd dot miller at courtesan dot com |
| 5 | # Depends on: |
| 6 | |
| 7 | name=sudo |
| 8 | version=1.6.9p19 |
| 9 | release=2 |
| 10 | source=(http://www.sudo.ws/$name/dist/$name-$version.tar.gz) |
| 11 | |
| 12 | build() { |
| 13 | cd $name-$version |
| 14 | ./configure --mandir=/usr/man --prefix=/usr --libexecdir=/usr/lib --without-pam |
| 15 | make -j1 |
| 16 | install -d $PKG/{etc,usr/{bin,sbin}} |
| 17 | make -j1 DESTDIR=$PKG install |
| 18 | ln -sf sudo $PKG/usr/bin/sudoedit |
| 19 | ln -sf sudo.8.gz $PKG/usr/man/man8/sudoedit.8 |
| 20 | rm -rf $PKG/usr/info |
| 21 | } |