wok view fox/receipt @ rev 5473

Disable docmentation for gtkmm.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed May 05 15:07:01 2010 +0000 (2010-05-05)
parents 19dad1e8892c
children 1233f39d85fb
line source
1 # SliTaz package receipt.
3 PACKAGE="fox"
4 VERSION="1.6.36"
5 CATEGORY="x-window"
6 SHORT_DESC="Fox toolkit."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 DEPENDS="libpng jpeg tiff xorg-libXft bzlib libgl libglu xorg-libXcursor \
10 xorg-libXrandr xorg-libXxf86vm xorg-libXdamage libdrm"
11 SUGGESTED="nvidia"
12 BUILD_DEPENDS="$DEPENDS libpng-dev jpeg-dev tiff-dev xorg-libXft-dev"
13 SUGGESTED="adie calculator pathfinder shutterbug"
14 WEB_SITE="http://www.fox-toolkit.org/"
15 WGET_URL="http://www.fox-toolkit.org/ftp/$TARBALL"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure \
22 --prefix=/usr \
23 --mandir=/usr/share/man \
24 --with-xft \
25 $CONFIGURE_ARGS &&
26 make &&
27 make DESTDIR=$PWD/_pkg install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 mkdir -p $fs/usr/lib
34 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
35 }