wok view freeradius-pam/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents b61c9cd1de98
children be13f25e790b
line source
1 # SliTaz package receipt.
3 PACKAGE="freeradius-pam"
4 VERSION="2.1.3"
5 CATEGORY="security"
6 SHORT_DESC="pam module for radius server"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="freeradius pam"
9 WEB_SITE="http://www.freeradius.org/"
10 WANTED="freeradius"
11 SOURCE="freeradius-server"
12 PROVIDE="freeradius:pam"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib $fs/etc/raddb/modules
18 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
19 cp -a $_pkg/usr/lib/rlm_pam*.so* $fs/usr/lib
20 cp -a $_pkg/etc/raddb/modules/pam $fs/etc/raddb/modules
21 }