wok-4.x view mesa-demos/receipt @ rev 6419
Up: lxpanel to 0.5.6. I committed out my patch since it doesn't patch now. I also took battary montor out so lxpanel will build. All other plugins are there.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Sep 26 17:02:23 2010 +0000 (2010-09-26) |
parents | 19dad1e8892c |
children | f27e4d63e0bf |
line source
1 # SliTaz package receipt.
3 PACKAGE="mesa-demos"
4 VERSION="7.8.1"
5 CATEGORY="development"
6 SHORT_DESC="Mesa GLX demos progs."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 SUGGESTED="nvidia"
9 WEB_SITE="http://www.mesa3d.org/"
10 WANTED="mesa"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp $src/progs/xdemos/glxinfo $fs/usr/bin
17 cp $src/progs/xdemos/glxgears $fs/usr/bin
18 }