wok annotate libglw-mesa/receipt @ rev 20715

tor 0.3.5.7
author Erkan Yilmaz <erkan@slitaz.org>
date Thu Feb 07 09:37:17 2019 +0000 (2019-02-07)
parents 0e3538a79c6b
children 4ce52a0b72fd
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"
pascal@20669 10 WEB_SITE="https://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@20583 17 BUILD_DEPENDS="mesa-dev automake autoconf libtool util-linux-uuid-dev file"
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 }