wok-stable annotate smbclient/receipt @ rev 8199
imported patch toolchain/make.patch
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Jan 27 00:20:50 2011 +0100 (2011-01-27) |
parents | 7e83b4afc714 |
children | 3a98b7d0c6f1 |
rev | line source |
---|---|
pascal@1250 | 1 # SliTaz package receipt. |
pascal@1250 | 2 |
pascal@1250 | 3 PACKAGE="smbclient" |
slaxemulator@6618 | 4 VERSION="3.5.6" |
pascal@1250 | 5 CATEGORY="network" |
pascal@1250 | 6 SHORT_DESC="File and print services with SMB/CIFS, client side." |
pascal@1250 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@1250 | 8 WEB_SITE="http://samba.org/" |
erjo@4784 | 9 DEPENDS="libldap libssl cyrus-sasl readline ncurses popt libcap \ |
erjo@5144 | 10 libcomerr3 libkrb5 attr samba-common" |
pascal@1250 | 11 WANTED="samba" |
pascal@1250 | 12 |
pascal@1250 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1250 | 14 genpkg_rules() |
pascal@1250 | 15 { |
pascal@1250 | 16 while read file; do |
pascal@4207 | 17 dir=${file%/*} |
pascal@1250 | 18 [ -d $fs$dir ] || mkdir -p $fs$dir |
pascal@1250 | 19 cp -a $_pkg$file $fs$dir |
pascal@1250 | 20 done < $src/$PACKAGE.files-list |
pascal@1250 | 21 } |
pascal@1250 | 22 |