wok annotate freeradius-pam/receipt @ rev 18980
Up: New wallpapers and new mirror.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Tue Mar 15 05:30:13 2016 -0300 (2016-03-15) |
parents | 2ab805d95b3e |
children | 2007d47b8aba |
rev | line source |
---|---|
pascal@2231 | 1 # SliTaz package receipt. |
pascal@2226 | 2 |
pascal@2226 | 3 PACKAGE="freeradius-pam" |
pascal@12433 | 4 VERSION="2.1.12" |
pascal@2226 | 5 CATEGORY="security" |
pascal@2226 | 6 SHORT_DESC="pam module for radius server" |
pascal@2226 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15215 | 8 LICENSE="GPL2 LGPL2" |
pascal@2226 | 9 WEB_SITE="http://www.freeradius.org/" |
pascal@2226 | 10 WANTED="freeradius" |
pascal@2226 | 11 SOURCE="freeradius-server" |
pascal@7632 | 12 PROVIDE="freeradius:pam" |
pascal@2226 | 13 |
pascal@15215 | 14 DEPENDS="freeradius pam" |
pascal@15215 | 15 |
pascal@2226 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2226 | 17 genpkg_rules() |
pascal@2226 | 18 { |
pascal@2226 | 19 mkdir -p $fs/usr/lib $fs/etc/raddb/modules |
pascal@15215 | 20 cp -a $install/usr/lib/rlm_pam*.so* $fs/usr/lib |
pascal@15215 | 21 cp -a $install/etc/raddb/modules/pam $fs/etc/raddb/modules |
pascal@2226 | 22 } |
pascal@2226 | 23 |