wok view libfox-doc/receipt @ rev 6971

Fixed more packages with libgl and libglu as depends instead of mesa and libglu-mesa.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 27 18:16:03 2010 +0000 (2010-10-27)
parents 3e599985638d
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libfox-doc"
4 VERS="1.6"
5 VERSION="1.6.33"
6 CATEGORY="development"
7 SHORT_DESC="Documents and some examples using FOX."
8 MAINTAINER="chadi.elahmad@gmail.com"
9 DEPENDS="libfox mesa libglu-mesa xorg-libXxf86vm xorg-libXdamage libdrm"
11 WEB_SITE="http://www.fox-toolkit.org/"
13 WANTED="libfox"
14 SOURCE="fox"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/share/doc
21 src=$WOK/$WANTED/$SOURCE-$VERSION
22 _pkg=$src/_pkg
23 cp -a $_pkg/usr/share/doc/* $fs/usr/share/doc
24 rm -f $src/tests/*.o
25 cp -a $src/tests $fs/usr/share/doc/fox*
26 }