wok annotate libglw-mesa/receipt @ rev 19859

tazweb: up to 1.12
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 18 15:33:58 2017 +0100 (2017-03-18)
parents 8f447cf2eee5
children 0e3538a79c6b
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 \
pascal@5003 15 xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXt \
gokhlayeh@8135 16 lesstif"
pascal@15647 17 BUILD_DEPENDS="mesa-dev automake autoconf libtool util-linux-uuid-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 cd $src
pascal@13790 23 ./autogen.sh
pascal@13790 24 ./configure \
pascal@13790 25 --prefix=/usr \
pascal@13790 26 $CONFIGURE_ARGS &&
pascal@13790 27 make $MAKEFLAGS && make install
pascal@13790 28 }
rcx@3695 29
rcx@3695 30 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3695 31 genpkg_rules()
rcx@3695 32 {
rcx@3695 33 mkdir -p $fs/usr/lib
pascal@13790 34 cp -a $install/usr/lib/libGLw*so* $fs/usr/lib
rcx@3695 35 }