wok-next view mesa-dri-intel/receipt @ rev 16706

Add Firefox Official (29.0.1) - Use official build from the Mozilla foundation
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 28 22:08:06 2014 +0200 (2014-05-28)
parents 78230e8a1430
children f7dd646afeb9
line source
1 # SliTaz package receipt.
3 PACKAGE="mesa-dri-intel"
4 VERSION="9.1.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Mesa DRI drivers for Intel."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.mesa3d.org/"
10 DEPENDS="mesa mesa-dri libdrm-intel"
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/i[0-9]*_dri.so $fs/usr/lib/dri
18 }