wok diff pamtester/receipt @ rev 20991

updated gperiodic (2.0.10 -> 3.0.3)
author Hans-G?nter Theisgen
date Thu Mar 07 16:41:35 2019 +0100 (2019-03-07)
parents 2f79d601d5bc
children 080c1dff8494
line diff
     1.1 --- a/pamtester/receipt	Thu Nov 03 17:16:52 2011 +0100
     1.2 +++ b/pamtester/receipt	Thu Mar 07 16:41:35 2019 +0100
     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  }