wok view xorg/receipt @ rev 25669

Up lapack (3.12.0), less (633), libarchive (3.7.2), liblouis (3.28.0), libmicrohttpd (1.0.1), libpng (1.6.43), libssh (0.10.6), libtasn1 (4.19.0), libtirpc (1.3.4), libvpx (1.14.0), libwebp (1.3.2), logrotate (3.21.0), lua (5.4.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 25 16:11:20 2024 +0000 (9 months ago)
parents 136e6be5a91e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg"
4 VERSION="7.7"
5 CATEGORY="meta"
6 SHORT_DESC="Xorg server meta-package to install all Xorg modules."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/"
10 DEPENDS="
11 xorg-xauth
12 xorg-base-fonts
13 xorg-libICE
14 xorg-libpciaccess
15 xorg-libSM
16 xorg-libX11
17 xorg-libXau
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 }