wok-stable annotate pam-dev/receipt @ rev 3793
Upgrade: lxappearance (0.2 to 0.2.1)
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Mon Aug 03 11:40:58 2009 +0000 (2009-08-03) |
parents | 8e44b7502050 |
children | e06b8d6ac967 |
rev | line source |
---|---|
pascal@1948 | 1 # SliTaz package receipt. |
pascal@1948 | 2 |
pascal@1948 | 3 PACKAGE="pam-dev" |
rcx@3646 | 4 VERSION="1.1.0" |
pascal@1948 | 5 CATEGORY="development" |
pascal@1948 | 6 SHORT_DESC="Pluggable Authentication Modules, development files." |
pascal@1948 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@1948 | 8 WANTED="pam" |
rcx@3646 | 9 SOURCE="Linux-PAM" |
pascal@2559 | 10 WEB_SITE="http://www.us.kernel.org/pub/linux/libs/pam/" |
pascal@1948 | 11 |
pascal@1948 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1948 | 13 genpkg_rules() |
pascal@1948 | 14 { |
rcx@3646 | 15 # tazwok does not define _pkg correctly when both WANTED and SOURCE are set |
rcx@3646 | 16 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg |
rcx@3646 | 17 |
pascal@1948 | 18 mkdir -p $fs/lib $fs/usr |
pascal@1948 | 19 cp -a $_pkg/usr/include $fs/usr |
pascal@2234 | 20 ln -s security $fs/usr/include/pam |
rcx@3646 | 21 cp -a $_pkg/lib/*.*a $fs/lib |
pascal@1948 | 22 cp -a $_pkg/lib/security/*a $fs/lib |
pascal@1948 | 23 } |