wok-current annotate samba-common/receipt @ rev 20284
Up spl (0.7.7)
| author | Pascal Bellard <pascal.bellard@slitaz.org> |
|---|---|
| date | Mon Apr 02 10:14:55 2018 +0200 (2018-04-02) |
| parents | 4cba4433d0b7 |
| children | e4cc6a0d37f0 |
| 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 |