wok view xorg/receipt @ rev 12960

lostirc: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 31 20:20:10 2012 +0200 (2012-05-31)
parents 07ae722ec64e
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg"
4 VERSION="7.4"
5 CATEGORY="meta"
6 SHORT_DESC="Xorg server meta-package to install all Xorg modules."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://www.x.org/"
9 DEPENDS="
10 xorg-xauth
11 xorg-base-fonts
12 xorg-libICE
13 xorg-libpciaccess
14 xorg-libSM
15 xorg-libX11
16 xorg-libXau
17 xorg-libXaw
18 xorg-libXcomposite
19 xorg-libXcursor
20 xorg-libXdamage
21 xorg-libXdmcp
22 xorg-libXext
23 xorg-libXfixes
24 xorg-libXfont
25 xorg-libXft
26 xorg-libXi
27 xorg-libXinerama
28 xorg-libxkbfile
29 xorg-libXmu
30 xorg-libXpm
31 xorg-libXrandr
32 xorg-libXrender
33 xorg-libXss
34 xorg-libXt
35 xorg-libXtst
36 xorg-libXxf86vm
37 xorg-xkbcomp
38 xorg-xkeyboard-config"
40 # Rules to gen a SliTaz package suitable for Tazpkg.
41 genpkg_rules()
42 {
43 # Have a file to avoid errors with tazpkg install.
44 mkdir -p $fs/etc/X11
45 echo "$VERSION" > $fs/etc/X11/version
46 }