wok-current annotate cifs-utils-dev/receipt @ rev 25685
Add checkspace / fetchall feature for tazpkg
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Mar 14 20:28:39 2024 +0000 (8 months ago) |
parents | 3efe33e068cd |
children |
rev | line source |
---|---|
pascal@15328 | 1 # SliTaz package receipt. |
pascal@15328 | 2 |
pascal@15328 | 3 PACKAGE="cifs-utils-dev" |
Hans-G?nter@24405 | 4 VERSION="6.14" |
pascal@15328 | 5 CATEGORY="development" |
pascal@15328 | 6 SHORT_DESC="CIFS userland tools, development files." |
pascal@15328 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15328 | 8 LICENSE="GPL3" |
pascal@20669 | 9 WEB_SITE="https://wiki.samba.org/index.php/LinuxCIFS_utils" |
Hans-G?nter@20788 | 10 |
Hans-G?nter@22597 | 11 DEPENDS="cifs-utils" |
pascal@15328 | 12 WANTED="cifs-utils" |
pascal@15328 | 13 |
pascal@15328 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@15328 | 15 genpkg_rules() |
pascal@15328 | 16 { |
Hans-G?nter@24405 | 17 cook_copy_folders include |
pascal@15328 | 18 } |