wok-stable diff sudo/receipt @ rev 9386
Up firefox-langpack* (4.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 26 11:12:45 2011 +0100 (2011-03-26) |
parents | 1e86a55e5f67 |
children | 02bbaa9d12ba |
line diff
1.1 --- a/sudo/receipt Thu Jan 20 14:07:40 2011 +0000 1.2 +++ b/sudo/receipt Sat Mar 26 11:12:45 2011 +0100 1.3 @@ -1,11 +1,10 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sudo" 1.7 -VERSION="1.7.4p6" 1.8 +VERSION="1.8.0" 1.9 CATEGORY="security" 1.10 SHORT_DESC="Sudo (su \"do\") allows a system administrator to delegate authority." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 -DEPENDS="" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://www.gratisoft.us/sudo/" 1.15 WGET_URL="http://www.gratisoft.us/sudo/dist/$TARBALL" 1.16 @@ -16,17 +15,15 @@ 1.17 compile_rules() 1.18 { 1.19 cd $src 1.20 - ./configure --prefix=/usr \ 1.21 - --sysconfdir=/etc \ 1.22 + ./configure --sysconfdir=/etc \ 1.23 --without-pam \ 1.24 --with-editor=/bin/vi \ 1.25 --libexecdir=/usr/lib \ 1.26 - $CONFIGURE_ARGS && 1.27 1.28 # Build everything 1.29 make && 1.30 # Install everything 1.31 - make DESTDIR=$PWD/_pkg install 1.32 + make install 1.33 } 1.34 1.35 # Rules to gen a SliTaz package suitable for Tazpkg.