wok-4.x annotate samba-common/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (15 months ago)
parents 10c284c8d672
children
rev   line source
erjo@5143 1 # SliTaz package receipt.
erjo@5143 2
erjo@5143 3 PACKAGE="samba-common"
slaxemulator@9159 4 VERSION="3.5.8"
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
slaxemulator@8928 20 done < $wanted_stuff/$PACKAGE.files-list
erjo@5143 21 }
erjo@5143 22