wok-next diff pam/receipt @ rev 16121
ARM: add xvidcore
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 23 17:16:22 2014 +0100 (2014-03-23) |
parents | e7b91865d675 |
children | d3446b644489 |
line diff
1.1 --- a/pam/receipt Sat May 18 14:33:02 2013 +0000 1.2 +++ b/pam/receipt Sun Mar 23 17:16:22 2014 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Pluggable Authentication Modules." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="BSD GPL2" 1.8 SOURCE="Linux-PAM" 1.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://www.us.kernel.org/pub/linux/libs/pam/" 1.11 @@ -29,10 +30,10 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/lib 1.15 - cp -a $_pkg/etc $fs 1.16 - cp -a $_pkg/sbin $fs 1.17 - cp -a $_pkg/lib/*so* $fs/lib 1.18 - cp -a $_pkg/lib/security $fs/lib 1.19 + cp -a $install/etc $fs 1.20 + cp -a $install/sbin $fs 1.21 + cp -a $install/lib/*so* $fs/lib 1.22 + cp -a $install/lib/security $fs/lib 1.23 rm -f $fs/lib/security/*.la 1.24 cp -a $stuff/* $fs 1.25 }