wok view mesa-dri-r128/receipt @ rev 8209

imported patch toolchain/perl.patch
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 27 00:20:50 2011 +0100 (2011-01-27)
parents 061b64b7ae5b
children 1a1747f915cc
line source
1 # SliTaz package receipt.
3 PACKAGE="mesa-dri-r128"
4 VERSION="7.10"
5 CATEGORY="x-window"
6 SHORT_DESC="Mesa DRI drivers for ATI Rage128."
7 MAINTAINER="gokhlayeh@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/r128_dri.so $fs/usr/lib/dri
17 }