wok diff pam_mount/receipt @ rev 16417

ARM: add libbsd and fix libnl *.a
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 17 14:30:15 2014 +0200 (2014-04-17)
parents 30b71c3827a2
children bbad6c384bed
line diff
     1.1 --- a/pam_mount/receipt	Sat Apr 21 16:44:29 2012 +0200
     1.2 +++ b/pam_mount/receipt	Thu Apr 17 14:30:15 2014 +0200
     1.3 @@ -5,9 +5,11 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="PAM Module that can mount volumes for a user session."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2 LGPL"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://pam-mount.sourceforge.net/"
    1.10  WGET_URL="$SF_MIRROR/pam-mount/$TARBALL"
    1.11 +
    1.12  BUILD_DEPENDS="pam-dev libhx libhx-dev libcrypto-dev openssl-dev libxml2-dev"
    1.13  DEPENDS="pam libcrypto libxml2 libhx zlib"
    1.14  
    1.15 @@ -26,10 +28,10 @@
    1.16  genpkg_rules()
    1.17  {
    1.18  	mkdir -p $fs/usr
    1.19 -	cp -a $_pkg/usr/sbin $fs/usr
    1.20 -	cp -a $_pkg/usr/bin $fs/usr
    1.21 -	cp -a $_pkg/sbin $fs
    1.22 -	cp -a $_pkg/etc $fs
    1.23 -	cp -a $_pkg/lib $fs
    1.24 -	cp -a $_pkg/var $fs
    1.25 +	cp -a $install/usr/sbin $fs/usr
    1.26 +	cp -a $install/usr/bin $fs/usr
    1.27 +	cp -a $install/sbin $fs
    1.28 +	cp -a $install/etc $fs
    1.29 +	cp -a $install/lib $fs
    1.30 +	cp -a $install/var $fs
    1.31  }