wok-next annotate freeradius-pam/receipt @ rev 16658
linphone: avcodec_init() is called automatically from avcodec_register() and avcodec_register_all(), there is no need to call it manually
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 14 05:56:16 2014 +0000 (2014-05-14) |
parents | 2ab805d95b3e |
children |
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 |