wok view mesa-dri-nouveau/receipt @ rev 9075

Up: gavl to 1.2.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Mar 04 10:28:26 2011 +0000 (2011-03-04)
parents 07ae722ec64e
children 1a1747f915cc
line source
1 # SliTaz package receipt.
3 PACKAGE="mesa-dri-nouveau"
4 VERSION="7.10"
5 CATEGORY="x-window"
6 SHORT_DESC="Mesa classic DRI + Gallium3D drivers for Nouveau."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.mesa3d.org/"
9 DEPENDS="mesa mesa-dri libdrm-nouveau"
10 WANTED="mesa"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/dri
16 cp $_pkg/usr/lib/dri/nouveau_dri.so $fs/usr/lib/dri
17 }
19 TAZBB_NO_INSTALL="because this is not hardware neutral"