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

Add WEB_SITE for libedit-dev nomad pygobject pygobject-dev xpat2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 25 08:02:56 2008 +0000 (2008-09-25)
parents 441b5630b74f
children e0e655b8e0d1
line diff
     1.1 --- a/xorg-xf86-video-vesa/receipt	Wed Jan 02 22:25:26 2008 +0100
     1.2 +++ b/xorg-xf86-video-vesa/receipt	Thu Sep 25 08:02:56 2008 +0000
     1.3 @@ -15,9 +15,13 @@
     1.4  compile_rules()
     1.5  {
     1.6      cd $src
     1.7 -    ./configure --prefix=/usr --sysconfdir=/etc \
     1.8 -    --mandir=/usr/share/man --localstatedir=/var \
     1.9 -    $CONFIGURE_ARGS
    1.10 +    ./configure \
    1.11 +    	--prefix=/usr \
    1.12 +    	--sysconfdir=/etc \
    1.13 +    	--mandir=/usr/share/man \
    1.14 +    	--localstatedir=/var \
    1.15 +    	--with-xorg-module-dir=/usr/lib/X11/modules \
    1.16 +    	$CONFIGURE_ARGS
    1.17      make
    1.18      make DESTDIR=$PWD/_pkg install
    1.19  }
    1.20 @@ -25,8 +29,8 @@
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	mkdir -p $fs/usr/lib/xorg/modules/drivers/
    1.25 -    cp -a $_pkg/usr/lib/xorg/modules/drivers/*.so \
    1.26 -    	$fs/usr/lib/xorg/modules/drivers/
    1.27 +	mkdir -p $fs/usr/lib/X11/modules/drivers/
    1.28 +    cp -a $_pkg/usr/lib/X11/modules/drivers/*.so \
    1.29 +    	$fs/usr/lib/X11/modules/drivers/
    1.30  }
    1.31