wok annotate cifs-utils-dev/receipt @ rev 22824

graveman: change icon for 'about'
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 06 17:19:39 2020 +0100 (2020-02-06)
parents cf3e61da7a25
children c9fa368eb94f
rev   line source
pascal@15328 1 # SliTaz package receipt.
pascal@15328 2
pascal@15328 3 PACKAGE="cifs-utils-dev"
Hans-G?nter@22597 4 VERSION="6.10"
pascal@15328 5 CATEGORY="development"
pascal@15328 6 SHORT_DESC="CIFS userland tools, development files."
pascal@15328 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15328 8 LICENSE="GPL3"
pascal@20669 9 WEB_SITE="https://wiki.samba.org/index.php/LinuxCIFS_utils"
Hans-G?nter@20788 10
Hans-G?nter@22597 11 DEPENDS="cifs-utils"
pascal@15328 12 WANTED="cifs-utils"
pascal@15328 13
pascal@15328 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@15328 15 genpkg_rules()
pascal@15328 16 {
pascal@15328 17 mkdir -p $fs/usr
Hans-G?nter@22597 18 cp -a $install/usr/include $fs/usr
pascal@15328 19 }
Hans-G?nter@22598 20