wok-next annotate samba-common/receipt @ rev 18940

Up musl-libc (1.1.14) CVE-2015-1817
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 02 11:58:42 2016 +0100 (2016-03-02)
parents 4cba4433d0b7
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"
erjo@5143 9 WEB_SITE="http://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
erjo@5143 15 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@5143 16 genpkg_rules()
erjo@5143 17 {
erjo@5143 18 while read file; do
erjo@5143 19 dir=${file%/*}
erjo@5143 20 [ -d $fs$dir ] || mkdir -p $fs$dir
pascal@14999 21 cp -a $install$file $fs$dir
slaxemulator@8928 22 done < $wanted_stuff/$PACKAGE.files-list
erjo@5143 23 }
erjo@5143 24