wok view MesaLib-dev/receipt @ rev 589

Add: get-google-earth MesaLib MesaLib-dev
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 16 10:18:03 2008 +0000 (2008-04-16)
parents
children a53ff5812119
line source
1 # SliTaz package receipt.
3 PACKAGE="MesaLib-dev"
4 VERSION="7.0.3"
5 CATEGORY="x-window"
6 SHORT_DESC="3D Graphics Library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://mesa3d.sourceforge.net/"
9 WANTED="MesaLib"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr
15 cp -a $_pkg/usr/local/include $fs
16 }