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

Up libsmpeg (0.4.5), sxiv (25), tcpcrypt (0.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 11 14:47:34 2019 +0200 (2019-04-11)
parents a78610b2eb47
children cf3e61da7a25
line source
1 # SliTaz package receipt.
3 PACKAGE="cifs-utils-dev"
4 VERSION="6.8"
5 CATEGORY="development"
6 SHORT_DESC="CIFS userland tools, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://wiki.samba.org/index.php/LinuxCIFS_utils"
11 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 }