wok-undigest view mesa-dri-tdfx/receipt @ rev 1090

Remove obsolete cross-* pkgs (cross from cookutils is used)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 02 18:03:34 2014 +0100 (2014-01-02)
parents 83b4ca62624e
children 5927d59a8ed8
line source
1 # SliTaz package receipt.
3 PACKAGE="mesa-dri-tdfx"
4 VERSION="9.0.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Mesa DRI drivers for 3dfx."
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/tdfx_dri.so $fs/usr/lib/dri
18 }