wok-6.x diff xorg-xf86-input-evdev/receipt @ rev 11699
Up: slitaz-boot-scripts (4.6.1)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Feb 19 12:08:34 2012 +0100 (2012-02-19) |
parents | 940b5937e496 |
children | af49128c1701 |
line diff
1.1 --- a/xorg-xf86-input-evdev/receipt Wed Mar 02 11:06:20 2011 +0100 1.2 +++ b/xorg-xf86-input-evdev/receipt Sun Feb 19 12:08:34 2012 +0100 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.