wok view mesa-dri-mach64/receipt @ rev 14112

smbclient: fix too much newline that produced a 546 files smbclient package, sorry about that
author ernia <monghitri@aruba.it>
date Sun Feb 24 21:28:58 2013 +0000 (2013-02-24)
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 }