wok-6.x diff mesa-dri/receipt @ rev 8265
Added intltool to gpicview build depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Jan 29 20:06:12 2011 +0000 (2011-01-29) |
parents | 07ae722ec64e |
children | 4dcbd1550531 |
line diff
1.1 --- a/mesa-dri/receipt Sun Oct 31 00:13:37 2010 +0200 1.2 +++ b/mesa-dri/receipt Sat Jan 29 20:06:12 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mesa-dri" 1.7 -VERSION="7.9" 1.8 +VERSION="7.10" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Mesa DRI drivers." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -16,16 +16,4 @@ 1.13 1.14 mkdir -p $fs/etc/X11/xorg.conf.d 1.15 cp -a stuff/*.conf $fs/etc/X11/xorg.conf.d 1.16 - 1.17 - # Copy everything, remove file while generating splited packages. 1.18 - cp -a $_pkg/usr/lib/dri $fs/usr/lib 1.19 - cd $WOK 1.20 - for pkg in mesa-dri-* 1.21 - do 1.22 - tazwok genpkg $pkg 1.23 - for file in `ls $pkg/taz/*/fs/usr/lib/dri` 1.24 - do 1.25 - rm $WOK/$PACKAGE/taz/*/fs/usr/lib/dri/$file 1.26 - done 1.27 - done 1.28 }