wok-next rev 21688
updated glu (9.0.0 -> 9.0.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 29 17:17:08 2020 +0100 (2020-06-29) |
parents | 91e00e1a57ba |
children | c297e478f64e |
files | glu/receipt |
line diff
1.1 --- a/glu/receipt Mon Jun 29 17:11:21 2020 +0100 1.2 +++ b/glu/receipt Mon Jun 29 17:17:08 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="glu" 1.7 -VERSION="9.0.0" 1.8 +VERSION="9.0.1" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Mesa OpenGL Utility library" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -9,27 +9,29 @@ 1.13 WEB_SITE="https://www.mesa3d.org/" 1.14 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/glu.html" 1.15 1.16 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.18 WGET_URL="ftp://ftp.freedesktop.org/pub/mesa/glu/$TARBALL" 1.19 1.20 -BUILD_DEPENDS="mesa-dev automake autoconf libtool expat-dev xorg-dev \ 1.21 -libxshmfence-dev" 1.22 +BUILD_DEPENDS="automake autoconf expat-dev libtool libxshmfence-dev 1.23 + mesa-dev xorg-dev" 1.24 SPLIT="$PACKAGE-dev" 1.25 1.26 -compile_rules() { 1.27 - ./configure \ 1.28 - --disable-static \ 1.29 +compile_rules() 1.30 +{ 1.31 + ./configure \ 1.32 + --disable-static \ 1.33 $CONFIGURE_ARGS && 1.34 fix libtool && 1.35 make $MAKEFLAGS && 1.36 make install 1.37 } 1.38 1.39 -genpkg_rules() { 1.40 +genpkg_rules() 1.41 +{ 1.42 case $PACKAGE in 1.43 glu) 1.44 copy @std 1.45 - DEPENDS="glibc-base gcc-lib-base mesa" 1.46 + DEPENDS="gcc-lib-base glibc-base mesa" 1.47 PROVIDE="libglu" 1.48 ;; 1.49 *-dev)