wok-6.x view xorg/receipt @ rev 97

Back to libX11 1.1.3
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 04 15:37:24 2008 +0100 (2008-01-04)
parents a4effd754024
children f6951ce9124a
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg"
4 VERSION="7.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg server meta-package to compile/install all Xorg modules."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://www.x.org/"
9 BUILD_DEPENDS="pkg-config perl freetype-dev fontconfig-dev"
10 DEPENDS="
11 xorg-libfontenc
12 xorg-libICE
13 xorg-libSM
14 xorg-libX11
15 xorg-libXau
16 xorg-libXaw
17 xorg-libXcomposite
18 xorg-libXcursor
19 xorg-libXdamage
20 xorg-libXdmcp
21 xorg-libXext
22 xorg-libXfixes
23 xorg-libXfontcache
24 xorg-libXfont
25 xorg-libXft
26 xorg-libXi
27 xorg-libXinerama
28 xorg-libxkbfile
29 xorg-libxkbui
30 xorg-libXmu
31 xorg-libXpm
32 xorg-libXrandr
33 xorg-libXrender
34 xorg-libXt
35 xorg-libXtst
36 xorg-libXxf86misc
37 xorg-libXxf86vm
38 xorg-evieext
39 xorg-xtrans
40 xorg-rgb
41 xorg-xload
42 xorg-xf86-input-keyboard
43 xorg-xf86-input-mouse
44 xorg-xkbcomp
45 xorg-xkeyboard-config"
47 # Rules to configure and make the package.
48 compile_rules()
49 {
50 for pkg in $DEPENDS
51 do
52 tazwok compile $pkg
53 done
54 }
56 # Rules to gen a SliTaz package suitable for Tazpkg.
57 genpkg_rules()
58 {
59 for pkg in $DEPENDS
60 do
61 tazwok genpkg $pkg
62 done
63 # Just to have a dir.
64 mkdir -p $fs/usr/share/X11
65 }