wok diff pamtester/receipt @ rev 19890

Up openssh (7.5p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 05 10:24:01 2017 +0200 (2017-04-05)
parents 2f79d601d5bc
children 080c1dff8494
line diff
     1.1 --- a/pamtester/receipt	Thu Nov 03 17:16:52 2011 +0100
     1.2 +++ b/pamtester/receipt	Wed Apr 05 10:24:01 2017 +0200
     1.3 @@ -5,9 +5,11 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Test the pluggable authentication modules (PAM) facility"
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="BSD"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://$PACKAGE.sourceforge.net/"
    1.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11 +
    1.12  DEPENDS="pam"
    1.13  BUILD_DEPENDS="pam pam-dev"
    1.14  
    1.15 @@ -26,5 +28,5 @@
    1.16  genpkg_rules()
    1.17  {
    1.18  	mkdir -p $fs/usr
    1.19 -	cp -a $_pkg/usr/bin $fs/usr
    1.20 +	cp -a $install/usr/bin $fs/usr
    1.21  }