wok-4.x view mesa-dri-savage/receipt @ rev 8869

Fix: libgtkimageview TARBALL/WGET_URL... If you had error './configure not found', you have to remove the corrupted tarball from SOURCES_REPOSITORY, named gtkimageview-1.6.4.taz.lzma
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Feb 26 06:06:17 2011 +0100 (2011-02-26)
parents 061b64b7ae5b
children 1a1747f915cc
line source
1 # SliTaz package receipt.
3 PACKAGE="mesa-dri-savage"
4 VERSION="7.10"
5 CATEGORY="x-window"
6 SHORT_DESC="Mesa DRI drivers for S3 Sraphics/VIA Savage."
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/savage_dri.so $fs/usr/lib/dri
17 }