wok-current view libboost-doc/receipt @ rev 16561
Up: slitaz-configs (automount fix) and add util-linux-eject to polkit deps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 01 10:33:40 2014 +0200 (2014-05-01) |
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 }