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

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents 1974896886e3
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 # 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 }