wok-current view freeradius-pam/receipt @ rev 3926
mirror-tools: be fhs compatible
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 19 12:03:31 2009 +0200 (2009-08-19) |
parents | b33e84bed997 |
children | a3501d98b7a1 |
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"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib $fs/etc/raddb/modules
17 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
18 cp -a $_pkg/usr/lib/rlm_pam*.so* $fs/usr/lib
19 cp -a $_pkg/etc/raddb/modules/pam $fs/etc/raddb/modules
20 }