wok diff pam-dev/receipt @ rev 15639

Down rack (1.3.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 09 20:33:37 2013 +0000 (2013-12-09)
parents ab076d8ad4c9
children d3446b644489
line diff
     1.1 --- a/pam-dev/receipt	Thu Nov 03 00:28:41 2011 +0000
     1.2 +++ b/pam-dev/receipt	Mon Dec 09 20:33:37 2013 +0000
     1.3 @@ -5,15 +5,17 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Pluggable Authentication Modules, development files."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 -DEPENDS="pam"
     1.8 +LICENSE="BSD GPL2"
     1.9  WANTED="pam"
    1.10  SOURCE="Linux-PAM"
    1.11  WEB_SITE="http://www.us.kernel.org/pub/linux/libs/pam/"
    1.12  
    1.13 +DEPENDS="pam"
    1.14 +
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.16  genpkg_rules()
    1.17  {
    1.18  	mkdir -p $fs/lib $fs/usr
    1.19 -	cp -a $_pkg/usr/include $fs/usr
    1.20 +	cp -a $install/usr/include $fs/usr
    1.21  	ln -s security $fs/usr/include/pam
    1.22  }