wok rev 10781
xorg-xf86-input-evdev and xorg-xf86-video-vesa may not depend on xorg-server
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Jun 01 02:32:55 2011 +0200 (2011-06-01) |
parents | f094a25880c5 |
children | 0b96ee321bf3 |
files | xorg-xf86-input-evdev/receipt xorg-xf86-video-vesa/receipt |
line diff
1.1 --- a/xorg-xf86-input-evdev/receipt Wed Jun 01 01:59:38 2011 +0200 1.2 +++ b/xorg-xf86-input-evdev/receipt Wed Jun 01 02:32:55 2011 +0200 1.3 @@ -5,26 +5,26 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Xorg input evdev driver." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="xorg-server" 1.8 -BUILD_DEPENDS="xorg-server-dev" 1.9 SOURCE="xf86-input-evdev" 1.10 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.x.org/" 1.12 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 1.13 1.14 +# We can use xorg-server-light with evdev and vesa driver. 1.15 +#DEPENDS="xorg-server" 1.16 +BUILD_DEPENDS="xorg-server-dev" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 - cd $src 1.22 - ./configure \ 1.23 - --prefix=/usr \ 1.24 - --sysconfdir=/etc \ 1.25 - --mandir=/usr/share/man \ 1.26 - --localstatedir=/var \ 1.27 - --with-xorg-module-dir=/usr/lib/X11/modules \ 1.28 - $CONFIGURE_ARGS && 1.29 - make && 1.30 - make DESTDIR=$PWD/_pkg install 1.31 + cd $src 1.32 + ./configure \ 1.33 + --prefix=/usr \ 1.34 + --sysconfdir=/etc \ 1.35 + --localstatedir=/var \ 1.36 + --with-xorg-module-dir=/usr/lib/X11/modules \ 1.37 + $CONFIGURE_ARGS && 1.38 + make && make install 1.39 } 1.40 1.41 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/xorg-xf86-video-vesa/receipt Wed Jun 01 01:59:38 2011 +0200 2.2 +++ b/xorg-xf86-video-vesa/receipt Wed Jun 01 02:32:55 2011 +0200 2.3 @@ -5,26 +5,26 @@ 2.4 CATEGORY="x-window" 2.5 SHORT_DESC="Xorg Vesa video driver." 2.6 MAINTAINER="pankso@slitaz.org" 2.7 -DEPENDS="xorg-server" 2.8 -BUILD_DEPENDS="xorg-server-dev" 2.9 SOURCE="xf86-video-vesa" 2.10 TARBALL="$SOURCE-$VERSION.tar.bz2" 2.11 WEB_SITE="http://www.x.org/" 2.12 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 2.13 2.14 +# We can use xorg-server-light with evdev and vesa driver. 2.15 +#DEPENDS="xorg-server" 2.16 +BUILD_DEPENDS="xorg-server-dev" 2.17 + 2.18 # Rules to configure and make the package. 2.19 compile_rules() 2.20 { 2.21 - cd $src 2.22 - ./configure \ 2.23 - --prefix=/usr \ 2.24 - --sysconfdir=/etc \ 2.25 - --mandir=/usr/share/man \ 2.26 - --localstatedir=/var \ 2.27 - --with-xorg-module-dir=/usr/lib/X11/modules \ 2.28 - $CONFIGURE_ARGS && 2.29 - make && 2.30 - make DESTDIR=$PWD/_pkg install 2.31 + cd $src 2.32 + ./configure \ 2.33 + --prefix=/usr \ 2.34 + --sysconfdir=/etc \ 2.35 + --localstatedir=/var \ 2.36 + --with-xorg-module-dir=/usr/lib/X11/modules \ 2.37 + $CONFIGURE_ARGS && 2.38 + make && make install 2.39 } 2.40 2.41 # Rules to gen a SliTaz package suitable for Tazpkg.