wok-current view mesa-dri-mach64/receipt @ rev 14072
virtualboxose-guestutils: little change just to see if it get compiled
author | ernia <monghitri@aruba.it> |
---|---|
date | Thu Feb 21 19:57:49 2013 +0000 (2013-02-21) |
parents | 3b75bb1bb79f |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="mesa-dri-mach64"
4 VERSION="9.0.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Mesa DRI drivers for ATI Mach64."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.mesa3d.org/"
9 DEPENDS="mesa mesa-dri libdrm-mach64"
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 $install/usr/lib/dri/mach64_dri.so $fs/usr/lib/dri
17 }