wok-next annotate libglw-mesa/receipt @ rev 20303

gnustep-back: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 10 11:17:33 2017 +0100 (2017-11-10)
parents b3396910c619
children e323d0535e2c
rev   line source
rcx@3695 1 # SliTaz package receipt.
rcx@3695 2
rcx@3695 3 PACKAGE="libglw-mesa"
pascal@13790 4 VERSION="8.0.0"
pascal@13790 5 CATEGORY="x-window"
rcx@3695 6 SHORT_DESC="OpenGL widget library"
rcx@3695 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15473 8 LICENSE="MIT"
pascal@13790 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
rcx@3695 10 WEB_SITE="http://www.mesa3d.org/"
pascal@13790 11 WGET_URL="git|git://anongit.freedesktop.org/mesa/glw.git"
pascal@13790 12 PROVIDE="libglw"
pascal@13790 13
pankso@12481 14 DEPENDS="glibc-base util-linux-uuid zlib freetype lesstif mesa \
psychomaniak@19906 15 xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXt"
psychomaniak@19906 16 BUILD_DEPENDS="mesa-dev automake autoconf libtool util-linux-uuid-dev \
psychomaniak@19906 17 expat-dev xorg-dev intltool gettext xorg-libxshmfence-dev"
pascal@13790 18
pascal@13790 19 # Rules to configure and make the package.
pascal@13790 20 compile_rules()
pascal@13790 21 {
pascal@13790 22 ./autogen.sh
pascal@13790 23 ./configure \
pascal@13790 24 --prefix=/usr \
pascal@13790 25 $CONFIGURE_ARGS &&
pascal@13790 26 make $MAKEFLAGS && make install
pascal@13790 27 }
rcx@3695 28
rcx@3695 29 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3695 30 genpkg_rules()
rcx@3695 31 {
rcx@3695 32 mkdir -p $fs/usr/lib
pascal@13790 33 cp -a $install/usr/lib/libGLw*so* $fs/usr/lib
rcx@3695 34 }