wok annotate mesa-dri/receipt @ rev 20475
Typos in receipt variable names
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 17 10:43:04 2018 +0200 (2018-10-17) |
parents | c9499ac8ab20 |
children | a78610b2eb47 |
rev | line source |
---|---|
pankso@4421 | 1 # SliTaz package receipt. |
pankso@4421 | 2 |
pankso@4421 | 3 PACKAGE="mesa-dri" |
pascal@14726 | 4 VERSION="9.1.3" |
pankso@4421 | 5 CATEGORY="x-window" |
pankso@4421 | 6 SHORT_DESC="Mesa DRI drivers." |
pankso@4421 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14728 | 8 LICENSE="MIT" |
jozee@5491 | 9 DEPENDS="libdrm expat linux-drm linux-agp" |
pankso@4421 | 10 WEB_SITE="http://www.mesa3d.org/" |
pankso@4421 | 11 WANTED="mesa" |
pankso@4421 | 12 |
pankso@4421 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@4421 | 14 genpkg_rules() |
pankso@4421 | 15 { |
gokhlayeh@8268 | 16 mkdir -p $fs/usr/lib/dri |
psychomaniak@17341 | 17 cp $install/usr/lib/dri/swrast_dri.so $fs/usr/lib/dri |
gokhlayeh@6723 | 18 |
gokhlayeh@6723 | 19 mkdir -p $fs/etc/X11/xorg.conf.d |
pankso@12690 | 20 cp -a $stuff/*.conf $fs/etc/X11/xorg.conf.d |
pankso@4421 | 21 } |
psychomaniak@19158 | 22 |