wok annotate cifs-utils-quota/receipt @ rev 22868

updated gnutls and gnutls-dev again (3.3.16 -> 3.6.12)
author Hans-G?nter Theisgen
date Fri Feb 21 15:22:35 2020 +0100 (2020-02-21)
parents
children c9fa368eb94f
rev   line source
pascal@22712 1 # SliTaz package receipt.
pascal@22712 2
pascal@22712 3 PACKAGE="cifs-utils-quota"
pascal@22712 4 VERSION="6.10"
pascal@22712 5 CATEGORY="system-tools"
pascal@22712 6 SHORT_DESC="CIFS quota tools"
pascal@22712 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@22712 8 LICENSE="GPL3"
pascal@22712 9 WEB_SITE="https://wiki.samba.org/index.php/LinuxCIFS_utils"
pascal@22712 10 WANTED="cifs-utils"
pascal@22712 11
pascal@22712 12 DEPENDS="python linux-cifs"
pascal@22712 13
pascal@22712 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@22712 15 genpkg_rules()
pascal@22712 16 {
pascal@22712 17 mkdir -p $fs/usr/bin
pascal@22712 18 cp -a $install/usr/bin/smb2-quota $fs/usr/bin
pascal@22712 19 }