wok view pam-dev/receipt @ rev 7937

slitaz-mercurial-style: Start moving to new CSS and layout
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 11 21:53:28 2011 +0100 (2011-01-11)
parents e06b8d6ac967
children d05fb510382e
line source
1 # SliTaz package receipt.
3 PACKAGE="pam-dev"
4 VERSION="1.1.2"
5 CATEGORY="development"
6 SHORT_DESC="Pluggable Authentication Modules, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="pam"
9 WANTED="pam"
10 SOURCE="Linux-PAM"
11 WEB_SITE="http://www.us.kernel.org/pub/linux/libs/pam/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 # tazwok does not define _pkg correctly when both WANTED and SOURCE are set
17 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
19 mkdir -p $fs/lib $fs/usr
20 cp -a $_pkg/usr/include $fs/usr
21 ln -s security $fs/usr/include/pam
22 cp -a $_pkg/lib/*.*a $fs/lib
23 cp -a $_pkg/lib/security/*a $fs/lib
24 }