wok-current diff cifs-utils-quota/receipt @ rev 23802
created recipe for pango-typelib
author | Hans-G?nter Theisgen |
---|---|
date | Sun May 24 07:28:37 2020 +0100 (2020-05-24) |
parents | |
children | c9fa368eb94f |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/cifs-utils-quota/receipt Sun May 24 07:28:37 2020 +0100 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 +}