wok-4.x view libboost-doc/receipt @ rev 8317
Meta package ndiswrapper doesn't needed to download ndiswrapper since its not compiled here. Its download in ndiswrapper-driver receipt and also compiled there.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Feb 01 03:25:21 2011 +0000 (2011-02-01) |
parents | d80becd997d7 |
children |
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 }