wok diff xorg-xf86-video-intel/receipt @ rev 3671

Add filezilla
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Jul 11 12:00:11 2009 +0200 (2009-07-11)
parents 0e470c71421c
children 81c4aa5b1763
line diff
     1.1 --- a/xorg-xf86-video-intel/receipt	Fri Jul 11 17:06:58 2008 +0200
     1.2 +++ b/xorg-xf86-video-intel/receipt	Sat Jul 11 12:00:11 2009 +0200
     1.3 @@ -1,17 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xf86-video-intel"
     1.7 -VERSION="2.3.2"
     1.8 +VERSION="2.7.0"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="Xorg server protocol."
    1.11 +SHORT_DESC="Xorg server Intel driver."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  DEPENDS="xorg xorg-server xorg-libXv xorg-libXvMC"
    1.14 -BUILD_DEPENDS="xorg-server-dev xorg-xf86-video-i810-dev"
    1.15 +BUILD_DEPENDS="xorg-server-dev"
    1.16  SOURCE="xf86-video-intel"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18  WEB_SITE="http://www.x.org/"
    1.19  WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    1.20  
    1.21 +# Note: Here we use the last Intel driver, since the one released with
    1.22 +# Xorg 7.4 dont build with dri support.
    1.23 +
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 @@ -22,7 +25,6 @@
    1.28      	--mandir=/usr/share/man \
    1.29      	--localstatedir=/var \
    1.30      	--with-xorg-module-dir=/usr/lib/X11/modules \
    1.31 -    	--disable-dri \
    1.32      	$CONFIGURE_ARGS
    1.33      make
    1.34      make DESTDIR=$PWD/_pkg install
    1.35 @@ -34,5 +36,6 @@
    1.36  	mkdir -p $fs/usr/lib/X11/modules/drivers/
    1.37      cp -a $_pkg/usr/lib/X11/modules/drivers/*.so \
    1.38      	$fs/usr/lib/X11/modules/drivers/
    1.39 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.40  }
    1.41