wok annotate pam-dev/receipt @ rev 16029
ffmpeg-git: no more --disable-mmx2
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 08 09:55:42 2014 +0000 (2014-03-08) |
parents | ab076d8ad4c9 |
children | d3446b644489 |
rev | line source |
---|---|
pascal@1948 | 1 # SliTaz package receipt. |
pascal@1948 | 2 |
pascal@1948 | 3 PACKAGE="pam-dev" |
slaxemulator@11183 | 4 VERSION="1.1.5" |
pascal@1948 | 5 CATEGORY="development" |
pascal@1948 | 6 SHORT_DESC="Pluggable Authentication Modules, development files." |
pascal@1948 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15375 | 8 LICENSE="BSD GPL2" |
pascal@1948 | 9 WANTED="pam" |
rcx@3646 | 10 SOURCE="Linux-PAM" |
pascal@2559 | 11 WEB_SITE="http://www.us.kernel.org/pub/linux/libs/pam/" |
pascal@1948 | 12 |
pascal@15375 | 13 DEPENDS="pam" |
pascal@15375 | 14 |
pascal@1948 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1948 | 16 genpkg_rules() |
pascal@1948 | 17 { |
pascal@1948 | 18 mkdir -p $fs/lib $fs/usr |
pascal@15375 | 19 cp -a $install/usr/include $fs/usr |
pascal@2234 | 20 ln -s security $fs/usr/include/pam |
pascal@1948 | 21 } |