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

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents
children 401224c936cc
rev   line source
pascal@15328 1 # SliTaz package receipt.
pascal@15328 2
pascal@15328 3 PACKAGE="cifs-utils-dev"
pascal@15328 4 VERSION="6.1"
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@15328 9 WEB_SITE="http://wiki.samba.org/index.php/LinuxCIFS_utils"
pascal@15328 10 WANTED="cifs-utils"
pascal@15328 11
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 }