wok annotate mesa-dri-nouveau/receipt @ rev 14726

Up mesa (9.1.3), intel haswell support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 13 09:32:02 2013 +0200 (2013-06-13)
parents 1e6f4c0e4262
children ac843e45fd3c
rev   line source
gokhlayeh@6993 1 # SliTaz package receipt.
gokhlayeh@6993 2
gokhlayeh@6993 3 PACKAGE="mesa-dri-nouveau"
pascal@14726 4 VERSION="9.1.3"
gokhlayeh@6993 5 CATEGORY="x-window"
gokhlayeh@6993 6 SHORT_DESC="Mesa classic DRI + Gallium3D drivers for Nouveau."
gokhlayeh@6993 7 MAINTAINER="pascal.bellard@slitaz.org"
gokhlayeh@6993 8 WEB_SITE="http://www.mesa3d.org/"
gokhlayeh@6993 9 DEPENDS="mesa mesa-dri libdrm-nouveau"
gokhlayeh@6993 10 WANTED="mesa"
gokhlayeh@6993 11
gokhlayeh@6993 12 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@6993 13 genpkg_rules()
gokhlayeh@6993 14 {
gokhlayeh@6993 15 mkdir -p $fs/usr/lib/dri
pascal@13787 16 cp $install/usr/lib/dri/nouveau_vieux_dri.so $fs/usr/lib/dri
gokhlayeh@6993 17 }
gokhlayeh@6993 18
gokhlayeh@6993 19 TAZBB_NO_INSTALL="because this is not hardware neutral"