wok diff cifs-utils-quota/receipt @ rev 24005

cdrkit: force catalog sort weight
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 19 09:09:36 2021 +0000 (2021-01-19)
parents
children c9fa368eb94f
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cifs-utils-quota/receipt	Tue Jan 19 09:09:36 2021 +0000
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="cifs-utils-quota"
     1.7 +VERSION="6.10"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="CIFS quota tools"
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL3"
    1.12 +WEB_SITE="https://wiki.samba.org/index.php/LinuxCIFS_utils"
    1.13 +WANTED="cifs-utils"
    1.14 +
    1.15 +DEPENDS="python linux-cifs"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr/bin
    1.21 +	cp -a $install/usr/bin/smb2-quota	$fs/usr/bin
    1.22 +}