wok-next diff smbclient/receipt @ rev 1676
Add webalizer
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 08 13:59:35 2008 +0000 (2008-11-08) |
parents | |
children | 8627ef959691 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/smbclient/receipt Sat Nov 08 13:59:35 2008 +0000 1.3 @@ -0,0 +1,21 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="smbclient" 1.7 +VERSION="3.2.1" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="File and print services with SMB/CIFS, client side." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +WEB_SITE="http://samba.org/" 1.12 +DEPENDS="libldap openssl" 1.13 +WANTED="samba" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + while read file; do 1.19 + dir=$(dirname $file) 1.20 + [ -d $fs$dir ] || mkdir -p $fs$dir 1.21 + cp -a $_pkg$file $fs$dir 1.22 + done < $src/$PACKAGE.files-list 1.23 +} 1.24 +