wok view cifs-utils-quota/receipt @ rev 23249

updated nmon again (14g -> 16m)
author Hans-G?nter Theisgen
date Wed Mar 25 13:33:35 2020 +0100 (2020-03-25)
parents
children c9fa368eb94f
line source
1 # SliTaz package receipt.
3 PACKAGE="cifs-utils-quota"
4 VERSION="6.10"
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"
10 WANTED="cifs-utils"
12 DEPENDS="python linux-cifs"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp -a $install/usr/bin/smb2-quota $fs/usr/bin
19 }