wok-next view fox/receipt @ rev 21663

updated fox (1.6.49 -> 1.6.57)
author Hans-G?nter Theisgen
date Sat Jun 27 14:24:53 2020 +0100 (2020-06-27)
parents 82b613cfd1e0
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="fox"
4 VERSION="1.6.57"
5 CATEGORY="x-window"
6 SHORT_DESC="Fox toolkit"
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.fox-toolkit.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="ftp://ftp.fox-toolkit.org/pub/$TARBALL"
14 BUILD_DEPENDS="expat-dev fontconfig-dev freetype-dev glu-dev jpeg-dev
15 libpng-dev libxft-dev libxml2-dev libxshmfence-dev mesa-dev
16 tiff-dev xorg-dev"
17 SPLIT="adie calculator $PACKAGE-dev $PACKAGE-doc pathfinder shutterbug"
19 compile_rules()
20 {
21 ./configure \
22 --with-xft \
23 $CONFIGURE_ARGS &&
24 fix libtool &&
25 make $MAKEFLAGS &&
26 make DESTDIR=$install install
27 }
29 testsuite()
30 {
31 readelf -h $install/usr/bin/adie
32 }
34 genpkg_rules()
35 {
36 case $PACKAGE in
37 fox)
38 copy libCHART-*.so* libFOX-*.so*
39 SUGGESTED="adie calculator pathfinder shutterbug"
40 DEPENDS="glu jbigkit jpeg libdrm libbzip2 libpng
41 libtiff libxcursor libxdamage libxft
42 libxrandr libxxf86vm mesa"
43 ;;
44 adie)
45 copy adie Adie.stx
46 CAT="x-window|advanced text editor"
47 TAGS="text-editor"
48 DEPENDS="fox"
49 ;;
50 calculator)
51 copy calculator
52 CAT="utilities|calculator"
53 TAGS="calculator"
54 DEPENDS="fox"
55 ;;
56 fox-dev)
57 copy @dev reswrap
58 DEPENDS="fox"
59 ;;
60 fox-doc)
61 copy doc/
62 CAT="misc|documentation"
63 ;;
64 pathfinder)
65 copy PathFinder
66 CAT="x-window|fast and light file manager"
67 TAGS="file-manager"
68 DEPENDS="fox"
69 ;;
70 shutterbug)
71 copy shutterbug
72 CAT="x-window|screenshot application"
73 DEPENDS="fox"
74 ;;
75 esac
76 }