wok-6.x view cifs-utils-quota/receipt @ rev 24456
updated gnustep-base and gnustep-base-dev (1.26.0 -> 1.28.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 16 09:21:33 2022 +0100 (2022-02-16) |
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 }