wok view mesa-dri-unichrome/receipt @ rev 9720
Fixed slitaz-i18n to use cook if it exists to make locale packages. If cook doesn't exist it will use tazwok.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon May 09 00:42:20 2011 +0000 (2011-05-09) |
parents | c483f6f1044b |
children | 3b75bb1bb79f |
line source
1 # SliTaz package receipt.
3 PACKAGE="mesa-dri-unichrome"
4 VERSION="7.10.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Mesa DRI drivers for S3 Graphics/VIA Unichrome."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.mesa3d.org/"
9 DEPENDS="mesa mesa-dri"
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/unichrome_dri.so $fs/usr/lib/dri
17 }