wok-6.x diff pamtester/receipt @ rev 16630
ARM: add setserial
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 11 11:24:26 2014 +0200 (2014-05-11) |
parents | 2f79d601d5bc |
children | 080c1dff8494 |
line diff
1.1 --- a/pamtester/receipt Thu Nov 03 17:16:52 2011 +0100 1.2 +++ b/pamtester/receipt Sun May 11 11:24:26 2014 +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 }