wok-stable annotate pam-dev/receipt @ rev 8127
Up: emacs-pkg-lua-mode to 20100617
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Mon Jan 24 20:40:25 2011 +0100 (2011-01-24) |
parents | e06b8d6ac967 |
children | d05fb510382e |
rev | line source |
---|---|
pascal@1948 | 1 # SliTaz package receipt. |
pascal@1948 | 2 |
pascal@1948 | 3 PACKAGE="pam-dev" |
slaxemulator@6903 | 4 VERSION="1.1.2" |
pascal@1948 | 5 CATEGORY="development" |
pascal@1948 | 6 SHORT_DESC="Pluggable Authentication Modules, development files." |
pascal@1948 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
slaxemulator@6986 | 8 DEPENDS="pam" |
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@1948 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1948 | 14 genpkg_rules() |
pascal@1948 | 15 { |
rcx@3646 | 16 # tazwok does not define _pkg correctly when both WANTED and SOURCE are set |
rcx@3646 | 17 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg |
rcx@3646 | 18 |
pascal@1948 | 19 mkdir -p $fs/lib $fs/usr |
pascal@1948 | 20 cp -a $_pkg/usr/include $fs/usr |
pascal@2234 | 21 ln -s security $fs/usr/include/pam |
rcx@3646 | 22 cp -a $_pkg/lib/*.*a $fs/lib |
pascal@1948 | 23 cp -a $_pkg/lib/security/*a $fs/lib |
pascal@1948 | 24 } |