wok-6.x view MesaLib/receipt @ rev 591

MesaLib MesaLib-dev: typos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 16 10:21:17 2008 +0000 (2008-04-16)
parents 04130e1a3143
children
line source
1 # SliTaz package receipt.
3 PACKAGE="MesaLib"
4 VERSION="7.0.3"
5 CATEGORY="x-window"
6 SHORT_DESC="3D Graphics Library."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 SOURCE="Mesa"
10 WEB_SITE="http://mesa3d.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/mesa3d/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 ln -s $src $PACKAGE-$VERSION
17 cd $src
18 make linux-x86
19 make DESTDIR=$PWD/_pkg install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr/local/lib $fs/usr
27 }