wok-stable diff xorg/receipt @ rev 11598
dropbear/sshx: add screen support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 14 11:56:41 2012 +0100 (2012-01-14) |
parents | 8192b7f227da |
children |
line diff
1.1 --- a/xorg/receipt Mon May 11 22:37:08 2009 +0200 1.2 +++ b/xorg/receipt Sat Jan 14 11:56:41 2012 +0100 1.3 @@ -3,10 +3,9 @@ 1.4 PACKAGE="xorg" 1.5 VERSION="7.4" 1.6 CATEGORY="meta" 1.7 -SHORT_DESC="Xorg server meta-package to compile/install all Xorg modules." 1.8 +SHORT_DESC="Xorg server meta-package to install all Xorg modules." 1.9 MAINTAINER="pankso@slitaz.org" 1.10 WEB_SITE="http://www.x.org/" 1.11 -BUILD_DEPENDS="pkg-config perl freetype-dev fontconfig-dev xorg-xtrans" 1.12 DEPENDS=" 1.13 xorg-libXdmcp 1.14 xorg-libXau 1.15 @@ -30,22 +29,9 @@ 1.16 xorg-libXi 1.17 xorg-rgb" 1.18 1.19 -# Rules to configure and make the package. 1.20 -compile_rules() 1.21 -{ 1.22 - for pkg in $DEPENDS 1.23 - do 1.24 - tazwok compile $pkg 1.25 - done 1.26 -} 1.27 - 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 - for pkg in $DEPENDS 1.32 - do 1.33 - tazwok genpkg $pkg 1.34 - done 1.35 # Have a file to avoid errors with tazpkg install. 1.36 mkdir -p $fs/etc/X11 1.37 echo "$VERSION" > $fs/etc/X11/version