wok-stable diff mesa/receipt @ rev 1491

Update BUILD_DEPENDS for bogofilter ecore gimp graphviz hydra libgnomeprintui mesa mjpegtools poppler psycopg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 05 12:58:12 2008 +0000 (2008-10-05)
parents 9b3d2133ce0f
children 3f898e9b90bd
line diff
     1.1 --- a/mesa/receipt	Mon May 05 18:55:21 2008 +0000
     1.2 +++ b/mesa/receipt	Sun Oct 05 12:58:12 2008 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="3D Graphics Library."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  DEPENDS="xorg"
     1.7 +BUILD_DEPENDS="xorg-dev xorg-xextproto"
     1.8  SOURCE="Mesa"
     1.9  TARBALL="${SOURCE}Lib-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://www.mesa3d.org/"
    1.11 @@ -16,7 +17,8 @@
    1.12  { 
    1.13  	ln -s $src $PACKAGE-$VERSION
    1.14  	cd $src
    1.15 -	make linux-x86
    1.16 +	make realclean
    1.17 +	make linux-x86 &&
    1.18  	make DESTDIR=$PWD/_pkg install
    1.19  }
    1.20