wok view libboost-doc/receipt @ rev 10847

busybox/httpd_helper.sh: normalized variable names
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 11 17:53:28 2011 +0200 (2011-06-11)
parents d80becd997d7
children 53223f0259b4
line source
1 # SliTaz package receipt.
3 PACKAGE="libboost-doc"
4 VERSION="1.45.0"
6 CATEGORY="development"
7 SHORT_DESC="Part of the Boost C++ Libraries collection."
8 MAINTAINER="chadi.elahmad@gmail.com"
9 WEB_SITE="http://www.boost.org/"
11 WANTED="libboost-dev"
12 SOURCE="boost"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/doc/$SOURCE
18 cp -a $src/doc/html/* $fs/usr/share/doc/$SOURCE
19 }