wok view cifs-utils-dev/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents 431a7ea3fd92
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="cifs-utils-dev"
4 VERSION="6.7"
5 CATEGORY="development"
6 SHORT_DESC="CIFS userland tools, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://wiki.samba.org/index.php/LinuxCIFS_utils"
10 WANTED="cifs-utils"
12 DEPENDS="cifs-utils"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $install/usr/include $fs/usr
19 }