wok diff mesa/receipt @ rev 10386
ORBit2: can't cross (use native)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 23 18:21:15 2011 +0200 (2011-05-23) |
parents | cffb5294baec |
children | 8e4c74abdf74 |
line diff
1.1 --- a/mesa/receipt Mon May 09 22:22:33 2011 +0200 1.2 +++ b/mesa/receipt Mon May 23 18:21:15 2011 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mesa" 1.7 -VERSION="7.10.1" 1.8 +VERSION="7.10.2" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="3D Graphics Library that is an open-source implementaton of OpenGL." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -18,13 +18,11 @@ 1.13 pkg-config talloc xorg-makedepend lesstif libxml2-python xorg-imake \ 1.14 lesstif-dev" 1.15 1.16 - 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 - ln -s $src $PACKAGE-$VERSION 2>/dev/null 1.21 - 1.22 cd $src 1.23 + patch -Np1 -i $stuff/nouveau-fix-header.patch 1.24 ./configure \ 1.25 --prefix=/usr \ 1.26 --with-x \ 1.27 @@ -34,7 +32,7 @@ 1.28 --enable-xcb \ 1.29 $CONFIGURE_ARGS && 1.30 make -j 4 && 1.31 - make DESTDIR=$PWD/_pkg install 1.32 + make install 1.33 } 1.34 1.35 # Rules to gen a SliTaz package suitable for Tazpkg.