wok-current annotate samba-common/receipt @ rev 25736

Add miss git-branch patch for cookutils
author Stanislas Leduc <shann@slitaz.org>
date Mon Jan 20 09:30:59 2025 +0000 (28 hours ago)
parents e4cc6a0d37f0
children
rev   line source
erjo@5143 1 # SliTaz package receipt.
erjo@5143 2
erjo@5143 3 PACKAGE="samba-common"
slaxemulator@13268 4 VERSION="3.6.7"
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"
pascal@14999 8 LICENSE="GPL3"
pascal@25547 9 WEB_SITE="https://samba.org/"
pascal@14999 10 WANTED="samba"
pascal@14999 11
erjo@5143 12 DEPENDS="libldap libssl cyrus-sasl readline ncurses popt libcap \
slaxemulator@7220 13 libcomerr libkrb5 attr talloc"
erjo@5143 14
shann@25728 15 HOST_ARCH="i486 x86_64"
shann@25728 16
erjo@5143 17 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@5143 18 genpkg_rules()
erjo@5143 19 {
erjo@5143 20 while read file; do
erjo@5143 21 dir=${file%/*}
erjo@5143 22 [ -d $fs$dir ] || mkdir -p $fs$dir
pascal@14999 23 cp -a $install$file $fs$dir
slaxemulator@8928 24 done < $wanted_stuff/$PACKAGE.files-list
erjo@5143 25 }
erjo@5143 26