wok-6.x view libboost-doc/receipt @ rev 19814
openscad: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 02 08:34:40 2017 +0100 (2017-03-02) |
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 }