wok-4.x view xorg/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents 8192b7f227da
children
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-libXdmcp
11 xorg-libXau
12 xorg-libX11
13 xorg-libXext
14 xorg-libXrender
15 xorg-libXrandr
16 xorg-libXfixes
17 xorg-libfontenc
18 xorg-libXfont
19 xorg-libXcomposite
20 xorg-libICE
21 xorg-libSM
22 xorg-libXt
23 xorg-libXinerama
24 xorg-libXmu
25 xorg-libXpm
26 xorg-libXaw
27 xorg-libXt
28 xorg-libXcursor
29 xorg-libXi
30 xorg-rgb"
32 # Rules to gen a SliTaz package suitable for Tazpkg.
33 genpkg_rules()
34 {
35 # Have a file to avoid errors with tazpkg install.
36 mkdir -p $fs/etc/X11
37 echo "$VERSION" > $fs/etc/X11/version
38 }