wok-next rev 1493
Up freeradius (2.1.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 05 13:02:19 2008 +0000 (2008-10-05) |
parents | e13aa4c04576 |
children | ea026380981e |
files | freeradius-dialupadmin/receipt freeradius/receipt |
line diff
1.1 --- a/freeradius-dialupadmin/receipt Sun Oct 05 13:00:53 2008 +0000 1.2 +++ b/freeradius-dialupadmin/receipt Sun Oct 05 13:02:19 2008 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="freeradius-dialupadmin" 1.7 -VERSION="2.0.5" 1.8 +VERSION="2.1.1" 1.9 CATEGORY="network" 1.10 SHORT_DESC="radius server web interface" 1.11 MAINTAINER="Serge Daigle sdaigl@lacitec.on.ca"
2.1 --- a/freeradius/receipt Sun Oct 05 13:00:53 2008 +0000 2.2 +++ b/freeradius/receipt Sun Oct 05 13:02:19 2008 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="freeradius" 2.7 -VERSION="2.0.5" 2.8 +VERSION="2.1.1" 2.9 CATEGORY="security" 2.10 SHORT_DESC="radius server" 2.11 MAINTAINER="Serge Daigle sdaigl@lacitec.on.ca" 2.12 @@ -22,8 +22,8 @@ 2.13 --sysconfdir=/etc \ 2.14 --localstatedir=/var \ 2.15 --with-system-libtool \ 2.16 - $CONFIGURE_ARGS 2.17 - make 2.18 + $CONFIGURE_ARGS && 2.19 + make && 2.20 make R=$PWD/_pkg install 2.21 } 2.22