wok-current annotate cifs-utils-quota/receipt @ rev 25728
Merge wok for both arch and few updates
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Dec 05 08:39:45 2024 +0000 (4 weeks ago) |
parents | c9fa368eb94f |
children |
rev | line source |
---|---|
pascal@22712 | 1 # SliTaz package receipt. |
pascal@22712 | 2 |
pascal@22712 | 3 PACKAGE="cifs-utils-quota" |
Hans-G?nter@24405 | 4 VERSION="6.14" |
pascal@22712 | 5 CATEGORY="system-tools" |
Hans-G?nter@24405 | 6 SHORT_DESC="CIFS quota tools." |
pascal@22712 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@22712 | 8 LICENSE="GPL3" |
pascal@22712 | 9 WEB_SITE="https://wiki.samba.org/index.php/LinuxCIFS_utils" |
pascal@22712 | 10 |
pascal@22712 | 11 DEPENDS="python linux-cifs" |
Hans-G?nter@24405 | 12 WANTED="cifs-utils" |
pascal@22712 | 13 |
shann@25728 | 14 HOST_ARCH="i486 x86_64" |
shann@25728 | 15 |
pascal@22712 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@22712 | 17 genpkg_rules() |
pascal@22712 | 18 { |
pascal@22712 | 19 mkdir -p $fs/usr/bin |
pascal@22712 | 20 cp -a $install/usr/bin/smb2-quota $fs/usr/bin |
pascal@22712 | 21 } |