wok view pam-dev/receipt @ rev 8087

Changed linux-ieee1394 to linux-firewire. This is cause ieee1394 stack is replaced by firewire now.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jan 22 04:19:17 2011 +0000 (2011-01-22)
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 }