wok-next view quesoglc/receipt @ rev 20502

Swap: current mesa (which is developing and change it's version) is just mesa, while old mesa is mesa12 now (will be removed if no one old package require it).
Also, change long names to its origins: libglu-mesa -> glu, libglw-mesa -> glw, all variations with libegl -> mesa-libegl (because it is part of mesa package).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 16 00:27:34 2018 +0200 (2018-03-16)
parents 2f03cb67a994
children 10df65db91ad
line source
1 # SliTaz package receipt v2.
3 PACKAGE="quesoglc"
4 VERSION="0.7.2"
5 CATEGORY="x-window"
6 SHORT_DESC="The OpenGL Character Renderer (GLC) is a state machine that \
7 provides OpenGL programs with character rendering services via an application \
8 programming interface (API)"
9 MAINTAINER="slaxemulator@gmail.com"
10 LICENSE="LGPL2.1"
11 WEB_SITE="http://quesoglc.sourceforge.net/"
13 TARBALL="$PACKAGE-$VERSION.tar.gz"
14 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
16 BUILD_DEPENDS="freetype-dev fontconfig-dev freeglut-dev fribidi-dev \
17 mesa-dev expat-dev xorg-libXxf86vm-dev util-linux-uuid-dev xorg-libxcb-dev \
18 libxml2-dev xorg-libxshmfence-dev glu-dev"
19 SPLIT="quesoglc-dev"
21 compile_rules() {
22 ./configure $CONFIGURE_ARGS &&
23 make && make DESTDIR=$DESTDIR install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 quesoglc)
29 copy @std
30 DEPENDS="freetype fontconfig freeglut fribidi mesa glu \
31 expat xorg-libXxf86vm xorg-libxcb"
32 ;;
33 quesoglc-dev)
34 copy @dev
35 ;;
36 esac
37 }