wok-undigest view mesa-dri-mga/receipt @ rev 1167

Official IceCat build by the Gnuzilla Project.
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Sep 10 03:01:05 2015 -0300 (2015-09-10)
parents 83b4ca62624e
children 5927d59a8ed8
line source
1 # SliTaz package receipt.
3 PACKAGE="mesa-dri-mga"
4 VERSION="9.0.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Mesa DRI drivers for Matrox."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.mesa3d.org/"
10 DEPENDS="mesa mesa-dri"
11 WANTED="mesa"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib/dri
17 cp $install/usr/lib/dri/mga_dri.so $fs/usr/lib/dri
18 }