wok-next view libboost-doc/receipt @ rev 5738

Add 'git-gui' package, v0.12.0.66.
Tested on Stable (built & installed) and Cooking (installed after upgrade) successfully.
author Ben Arnold <ben@seawolfsanctuary.com>
date Sat Jun 26 13:59:56 2010 +0100 (2010-06-26)
parents 5fc24facdb9f
children bcfa054d147e
line source
1 # SliTaz package receipt.
3 PACKAGE="libboost-doc"
4 VERSION="1.41.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
19 src=$WOK/$WANTED/$SOURCE-$VERSION
20 cp -a $src/doc/html/* $fs/usr/share/doc/$SOURCE
21 }