wok-current view 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 (3 weeks ago)
parents c9fa368eb94f
children
line source
1 # SliTaz package receipt.
3 PACKAGE="cifs-utils-quota"
4 VERSION="6.14"
5 CATEGORY="system-tools"
6 SHORT_DESC="CIFS quota tools."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://wiki.samba.org/index.php/LinuxCIFS_utils"
11 DEPENDS="python linux-cifs"
12 WANTED="cifs-utils"
14 HOST_ARCH="i486 x86_64"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin
20 cp -a $install/usr/bin/smb2-quota $fs/usr/bin
21 }