wok diff xorg-xf86-video-vesa/receipt @ rev 12395

Up wxWidgets: (2.9.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 20 09:11:46 2012 +0200 (2012-04-20)
parents c514cc4854d8
children 6971e86f8875
line diff
     1.1 --- a/xorg-xf86-video-vesa/receipt	Wed Jan 19 19:41:12 2011 +0000
     1.2 +++ b/xorg-xf86-video-vesa/receipt	Fri Apr 20 09:11:46 2012 +0200
     1.3 @@ -5,26 +5,26 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Xorg Vesa video driver."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="xorg-server"
     1.8 -BUILD_DEPENDS="xorg-server-dev"
     1.9  SOURCE="xf86-video-vesa"
    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.