wok diff samba-common/receipt @ rev 5213

Up: slitaz-base-files (/etc/slitaz-release = cooking)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 04 21:11:04 2010 +0200 (2010-04-04)
parents
children 7e83b4afc714
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/samba-common/receipt	Sun Apr 04 21:11:04 2010 +0200
     1.3 @@ -0,0 +1,22 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="samba-common"
     1.7 +VERSION="3.4.4"
     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 libssl cyrus-sasl readline ncurses popt libcap \
    1.13 +libcomerr3 libkrb5 attr"
    1.14 +WANTED="samba"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	while read file; do
    1.20 +		dir=${file%/*}
    1.21 +		[ -d $fs$dir ] || mkdir -p $fs$dir
    1.22 +		cp -a $_pkg$file $fs$dir
    1.23 +	done < $src/$PACKAGE.files-list
    1.24 +}
    1.25 +