wok view libboost-doc/receipt @ rev 16756

sshfs-fuse: add rsshfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 16 19:07:54 2014 +0200 (2014-06-16)
parents 53223f0259b4
children 86790a278e70
line source
1 # SliTaz package receipt.
3 PACKAGE="libboost-doc"
4 VERSION="1.50.0"
6 CATEGORY="development"
7 SHORT_DESC="Part of the Boost C++ Libraries collection."
8 MAINTAINER="chadi.elahmad@gmail.com"
9 LICENSE="MIT"
10 WEB_SITE="http://www.boost.org/"
12 WANTED="libboost-dev"
13 SOURCE="boost"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/share/doc/$SOURCE
19 cp -a $src/doc/html/* $fs/usr/share/doc/$SOURCE
20 }