wok-stable view libglw-mesa/receipt @ rev 6488

Added parted of squashfs patch for kernel that was missing. I think its need since unlzma cause kernel oops. Its changes CONFIG_DECOMPRESS_LZMA to obj instead of a lib. I hope this didn't screw squashfs/kernel.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Sep 30 19:35:44 2010 +0000 (2010-09-30)
parents 8752c40cc534
children f27e4d63e0bf
line source
1 # SliTaz package receipt.
3 PACKAGE="libglw-mesa"
4 VERSION="7.8.1"
5 CATEGORY="development"
6 SHORT_DESC="OpenGL widget library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.mesa3d.org/"
9 WANTED="mesa"
10 DEPENDS="glibc-base util-linux-ng-uuid zlib freetype lesstif libgl \
11 xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXt \
12 openmotif"
13 PROVIDE="libglw"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $_pkg/usr/lib/libGLw* $fs/usr/lib
20 }