wok diff samba-common/receipt @ rev 15100

weechat: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 14 12:26:59 2013 +0000 (2013-08-14)
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 Aug 14 12:26:59 2013 +0000
     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