wok-current diff samba-common/receipt @ rev 20908
updated fail2ban (0.10.0 -> 0.10.4)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 27 17:47:48 2019 +0100 (2019-02-27) |
parents | 4cba4433d0b7 |
children | e4cc6a0d37f0 |
line diff
1.1 --- a/samba-common/receipt Fri Aug 17 15:30:50 2012 +0000 1.2 +++ b/samba-common/receipt Wed Feb 27 17:47:48 2019 +0100 1.3 @@ -5,10 +5,12 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="File and print services with SMB/CIFS, client side." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL3" 1.8 WEB_SITE="http://samba.org/" 1.9 +WANTED="samba" 1.10 + 1.11 DEPENDS="libldap libssl cyrus-sasl readline ncurses popt libcap \ 1.12 libcomerr libkrb5 attr talloc" 1.13 -WANTED="samba" 1.14 1.15 # Rules to gen a SliTaz package suitable for Tazpkg. 1.16 genpkg_rules() 1.17 @@ -16,7 +18,7 @@ 1.18 while read file; do 1.19 dir=${file%/*} 1.20 [ -d $fs$dir ] || mkdir -p $fs$dir 1.21 - cp -a $_pkg$file $fs$dir 1.22 + cp -a $install$file $fs$dir 1.23 done < $wanted_stuff/$PACKAGE.files-list 1.24 } 1.25