wok-4.x diff mesa-demos/receipt @ rev 6993

Big update: xorg/libdrm/mesa (174 packages)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Oct 31 00:13:37 2010 +0200 (2010-10-31)
parents f27e4d63e0bf
children 5b982ce8d9d3
line diff
     1.1 --- a/mesa-demos/receipt	Sat Oct 16 01:51:14 2010 +0000
     1.2 +++ b/mesa-demos/receipt	Sun Oct 31 00:13:37 2010 +0200
     1.3 @@ -1,13 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mesa-demos"
     1.7 -VERSION="7.8.2"
     1.8 +VERSION="8.0.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Mesa GLX demos progs."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 -SUGGESTED="nvidia"
    1.13 +DEPENDS="glew"
    1.14  WEB_SITE="http://www.mesa3d.org/"
    1.15 -WANTED="mesa"
    1.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 +WGET_URL="ftp://ftp.freedesktop.org/pub/mesa/demos/$VERSION/$TARBALL"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{ 
    1.22 +	cd $src
    1.23 +	./configure \
    1.24 +    	--prefix=/usr \
    1.25 +	    	$CONFIGURE_ARGS &&
    1.26 +	make  &&
    1.27 +	make DESTDIR=$PWD/_pkg install
    1.28 +}
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31  genpkg_rules()