wok annotate mesa-dri-nouveau/receipt @ rev 15859
Up: libmicrohttpd to 0.9.33.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Jan 29 21:56:37 2014 +0000 (2014-01-29) |
parents | 78230e8a1430 |
children | c5e30f3bd313 |
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" |
pascal@14728 | 8 LICENSE="MIT" |
gokhlayeh@6993 | 9 WEB_SITE="http://www.mesa3d.org/" |
gokhlayeh@6993 | 10 DEPENDS="mesa mesa-dri libdrm-nouveau" |
gokhlayeh@6993 | 11 WANTED="mesa" |
gokhlayeh@6993 | 12 |
gokhlayeh@6993 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
gokhlayeh@6993 | 14 genpkg_rules() |
gokhlayeh@6993 | 15 { |
gokhlayeh@6993 | 16 mkdir -p $fs/usr/lib/dri |
pascal@13787 | 17 cp $install/usr/lib/dri/nouveau_vieux_dri.so $fs/usr/lib/dri |
gokhlayeh@6993 | 18 } |
gokhlayeh@6993 | 19 |
gokhlayeh@6993 | 20 TAZBB_NO_INSTALL="because this is not hardware neutral" |