wok view samba-common/receipt @ rev 10615

ncmpc: fix WGET_URL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 26 18:12:16 2011 +0200 (2011-05-26)
parents 10c284c8d672
children 4cba4433d0b7
line source
1 # SliTaz package receipt.
3 PACKAGE="samba-common"
4 VERSION="3.5.8"
5 CATEGORY="network"
6 SHORT_DESC="File and print services with SMB/CIFS, client side."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://samba.org/"
9 DEPENDS="libldap libssl cyrus-sasl readline ncurses popt libcap \
10 libcomerr libkrb5 attr talloc"
11 WANTED="samba"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 while read file; do
17 dir=${file%/*}
18 [ -d $fs$dir ] || mkdir -p $fs$dir
19 cp -a $_pkg$file $fs$dir
20 done < $wanted_stuff/$PACKAGE.files-list
21 }