wok view mesa-dri-tdfx/receipt @ rev 10024

glibc: dont build with -Os and better use default CFLAGS also need --build and --host
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 19 18:19:46 2011 +0200 (2011-05-19)
parents c483f6f1044b
children 3b75bb1bb79f
line source
1 # SliTaz package receipt.
3 PACKAGE="mesa-dri-tdfx"
4 VERSION="7.10.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Mesa DRI drivers for 3dfx."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.mesa3d.org/"
9 DEPENDS="mesa mesa-dri"
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 $_pkg/usr/lib/dri/tdfx_dri.so $fs/usr/lib/dri
17 }