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

gtk-theme-{albatross,blackbird,bluebird,greybird,orion}: define all gtk2 icon-related sizes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 06 15:40:30 2016 +0300 (2016-05-06)
parents
children 401224c936cc
line source
1 # SliTaz package receipt.
3 PACKAGE="cifs-utils-dev"
4 VERSION="6.1"
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 }