wok view libboost-doc/receipt @ rev 20595

xfi, xfw, cryptkeeper: dirty hack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 16 10:41:06 2018 +0100 (2018-12-16)
parents 6c3718ca17b6
children 754c91ee3cea
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="https://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 }