wok view libboost-doc/receipt @ rev 20200

aufs: move kernel module to linux*-aufs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 12 17:29:20 2018 +0100 (2018-02-12)
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 }