# SliTaz package receipt. PACKAGE="samba-common" VERSION="3.5.8" CATEGORY="network" SHORT_DESC="File and print services with SMB/CIFS, client side." MAINTAINER="pascal.bellard@slitaz.org" WEB_SITE="http://samba.org/" DEPENDS="libldap libssl cyrus-sasl readline ncurses popt libcap \ libcomerr libkrb5 attr talloc" WANTED="samba" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { while read file; do dir=${file%/*} [ -d $fs$dir ] || mkdir -p $fs$dir cp -a $_pkg$file $fs$dir done < $wanted_stuff/$PACKAGE.files-list }