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

updated blogotext (2.0.0.0 -> 3.7.6)
author Hans-G?nter Theisgen
date Sat Jan 04 09:02:06 2020 +0100 (2020-01-04)
parents a78610b2eb47
children cf3e61da7a25
rev   line source
pascal@15328 1 # SliTaz package receipt.
pascal@15328 2
pascal@15328 3 PACKAGE="cifs-utils-dev"
Hans-G?nter@20788 4 VERSION="6.8"
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
pascal@15328 11 WANTED="cifs-utils"
pascal@15328 12 DEPENDS="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
pascal@15328 18 cp -a $install/usr/include $fs/usr
pascal@15328 19 }