wok annotate libglw-mesa/receipt @ rev 7967

Fix: libwebkit needs -j1 to compile well
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 17 17:39:27 2011 +0100 (2011-01-17)
parents c8256426be90
children c483f6f1044b
rev   line source
rcx@3695 1 # SliTaz package receipt.
rcx@3695 2
rcx@3695 3 PACKAGE="libglw-mesa"
gokhlayeh@6993 4 VERSION="7.9"
rcx@3695 5 CATEGORY="development"
rcx@3695 6 SHORT_DESC="OpenGL widget library"
rcx@3695 7 MAINTAINER="pascal.bellard@slitaz.org"
rcx@3695 8 WEB_SITE="http://www.mesa3d.org/"
slaxemulator@6971 9 DEPENDS="glibc-base util-linux-ng-uuid zlib freetype lesstif mesa \
pascal@5003 10 xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXt \
pankso@5298 11 openmotif"
slaxemulator@6971 12 WANTED="mesa"
rcx@3695 13 PROVIDE="libglw"
rcx@3695 14
rcx@3695 15 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3695 16 genpkg_rules()
rcx@3695 17 {
rcx@3695 18 mkdir -p $fs/usr/lib
rcx@3695 19 cp -a $_pkg/usr/lib/libGLw* $fs/usr/lib
rcx@3695 20 }