wok annotate pam-dev/receipt @ rev 10759
vidalia: get source in $SOURCES_REPOSITORY (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 31 11:55:01 2011 +0200 (2011-05-31) |
parents | d05fb510382e |
children | ab076d8ad4c9 |
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 { |
pascal@1948 | 16 mkdir -p $fs/lib $fs/usr |
pascal@1948 | 17 cp -a $_pkg/usr/include $fs/usr |
pascal@2234 | 18 ln -s security $fs/usr/include/pam |
pascal@1948 | 19 } |