wok annotate samba-common/receipt @ rev 7712

yasr: add post install
author Paul Issott <paul@slitaz.org>
date Sun Dec 19 15:51:06 2010 +0000 (2010-12-19)
parents 69b842dd6217
children 3a98b7d0c6f1
rev   line source
erjo@5143 1 # SliTaz package receipt.
erjo@5143 2
erjo@5143 3 PACKAGE="samba-common"
slaxemulator@6618 4 VERSION="3.5.6"
erjo@5143 5 CATEGORY="network"
erjo@5143 6 SHORT_DESC="File and print services with SMB/CIFS, client side."
erjo@5143 7 MAINTAINER="pascal.bellard@slitaz.org"
erjo@5143 8 WEB_SITE="http://samba.org/"
erjo@5143 9 DEPENDS="libldap libssl cyrus-sasl readline ncurses popt libcap \
slaxemulator@7220 10 libcomerr libkrb5 attr talloc"
erjo@5143 11 WANTED="samba"
erjo@5143 12
erjo@5143 13 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@5143 14 genpkg_rules()
erjo@5143 15 {
erjo@5143 16 while read file; do
erjo@5143 17 dir=${file%/*}
erjo@5143 18 [ -d $fs$dir ] || mkdir -p $fs$dir
erjo@5143 19 cp -a $_pkg$file $fs$dir
erjo@5143 20 done < $src/$PACKAGE.files-list
erjo@5143 21 }
erjo@5143 22