wok diff pam_ssh/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents f44ef80ff9e2
children 080c1dff8494
line diff
     1.1 --- a/pam_ssh/receipt	Wed Sep 10 11:15:31 2014 +0200
     1.2 +++ b/pam_ssh/receipt	Sun Jun 14 23:18:03 2020 -0400
     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 &&