# HG changeset patch # User Hans-G?nter Theisgen # Date 1593447428 -3600 # Node ID 375bb1aabefe2e38e88cffd06e787488af2a2125 # Parent 91e00e1a57ba5d952308aff287bfd5ed73bb855a updated glu (9.0.0 -> 9.0.1) diff -r 91e00e1a57ba -r 375bb1aabefe glu/receipt --- a/glu/receipt Mon Jun 29 17:11:21 2020 +0100 +++ b/glu/receipt Mon Jun 29 17:17:08 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt v2. PACKAGE="glu" -VERSION="9.0.0" +VERSION="9.0.1" CATEGORY="x-window" SHORT_DESC="Mesa OpenGL Utility library" MAINTAINER="pascal.bellard@slitaz.org" @@ -9,27 +9,29 @@ WEB_SITE="https://www.mesa3d.org/" LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/glu.html" -TARBALL="$PACKAGE-$VERSION.tar.bz2" +TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="ftp://ftp.freedesktop.org/pub/mesa/glu/$TARBALL" -BUILD_DEPENDS="mesa-dev automake autoconf libtool expat-dev xorg-dev \ -libxshmfence-dev" +BUILD_DEPENDS="automake autoconf expat-dev libtool libxshmfence-dev + mesa-dev xorg-dev" SPLIT="$PACKAGE-dev" -compile_rules() { - ./configure \ - --disable-static \ +compile_rules() +{ + ./configure \ + --disable-static \ $CONFIGURE_ARGS && fix libtool && make $MAKEFLAGS && make install } -genpkg_rules() { +genpkg_rules() +{ case $PACKAGE in glu) copy @std - DEPENDS="glibc-base gcc-lib-base mesa" + DEPENDS="gcc-lib-base glibc-base mesa" PROVIDE="libglu" ;; *-dev)