wok view cifs-utils-dev/receipt @ rev 23043
gcc83-lib-base: add /usr/libgcc83/libstdc++.la (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 05 12:21:44 2020 +0100 (2020-03-05) |
parents | cf3e61da7a25 |
children | c9fa368eb94f |
line source
1 # SliTaz package receipt.
3 PACKAGE="cifs-utils-dev"
4 VERSION="6.10"
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 DEPENDS="cifs-utils"
12 WANTED="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 }