wok-stable diff mesa-demos/receipt @ rev 7119
merge
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Nov 04 15:54:54 2010 +0000 (2010-11-04) |
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 Thu Nov 04 15:54:54 2010 +0000 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()