wok-6.x diff mesa-dri-ati/receipt @ rev 13352
Add perl-io-tty, perl-io-stty, perl-number-range, perl-expect, perl-algorithm-permute
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 10 09:49:31 2012 +0200 (2012-09-10) |
parents | 3b75bb1bb79f |
children | 37eb1b42e1fe |
line diff
1.1 --- a/mesa-dri-ati/receipt Sat May 21 00:34:13 2011 +0000 1.2 +++ b/mesa-dri-ati/receipt Mon Sep 10 09:49:31 2012 +0200 1.3 @@ -8,6 +8,7 @@ 1.4 WEB_SITE="http://www.mesa3d.org/" 1.5 DEPENDS="mesa mesa-dri libdrm-radeon" 1.6 WANTED="mesa" 1.7 +#PROVIDE="xorg-xf86-video-ati" 1.8 1.9 # Rules to gen a SliTaz package suitable for Tazpkg. 1.10 genpkg_rules() 1.11 @@ -15,9 +16,9 @@ 1.12 mkdir -p $fs/usr/lib/dri 1.13 for driver in radeon r200 r300 r600 1.14 do 1.15 - cp $_pkg/usr/lib/dri/${driver}_dri.so \ 1.16 + cp $install/usr/lib/dri/${driver}_dri.so \ 1.17 $fs/usr/lib/dri 1.18 done 1.19 + # Radeon Xorg driver 1.20 + cp -a $install/usr/lib/xorg $fs/usr/lib 1.21 } 1.22 - 1.23 -TAZBB_NO_INSTALL="because this is not hardware neutral"