wok rev 18053

Up pam_ssh (2.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 15 10:48:58 2015 +0200 (2015-05-15)
parents 629a14015840
children 3cb07d9f8793
files pam_ssh/receipt
line diff
     1.1 --- a/pam_ssh/receipt	Fri May 15 10:39:20 2015 +0200
     1.2 +++ b/pam_ssh/receipt	Fri May 15 10:48:58 2015 +0200
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pam_ssh"
     1.7 -VERSION="1.97"
     1.8 +VERSION="2.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="PAM Module that provides single sign-on behavior with ssh-agent."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="BSD"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15  WEB_SITE="http://pam-ssh.sourceforge.net/"
    1.16  WGET_URL="$SF_MIRROR/pam-ssh/$TARBALL"
    1.17  TAGS="ssh"
    1.18 @@ -17,7 +17,6 @@
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 -	cd $src
    1.23  	./configure --prefix=/usr \
    1.24  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.25  	make &&