wok-next diff pam-dev/receipt @ rev 15745
slitaz-configs: remove dep on boxes and clearlooks, this brings the GTK in justX since openbox depends on slitaz-configs
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Jan 02 20:21:53 2014 +0100 (2014-01-02) |
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 Thu Jan 02 20:21:53 2014 +0100 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 }