wok-next diff qrencode/receipt @ rev 20402

Up seed (3.8.1) use webkitgtk instead of libwebkit; add cogl for clutter; up clutter (1.26.2) using mesa17 instead of mesa; up gnome-games using mesa17 instead of mix 'mesa & mesa17'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 05 17:49:11 2017 +0200 (2017-12-05)
parents 765ba71df4e0
children dd145c435e4b
line diff
     1.1 --- a/qrencode/receipt	Mon Jun 05 04:58:17 2017 +0000
     1.2 +++ b/qrencode/receipt	Tue Dec 05 17:49:11 2017 +0200
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="qrencode"
     1.7 -VERSION="3.1.1"
     1.8 +VERSION="3.4.4"
     1.9  CATEGORY="misc"
    1.10 -SHORT_DESC="C library for encoding data in a QR Code symbol."
    1.11 +SHORT_DESC="C library for encoding data in a QR Code symbol"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="LGPL2.1"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 -WEB_SITE="http://megaui.net/fukuchi/works/qrencode/index.en.html"
    1.16 -WGET_URL="http://megaui.net/fukuchi/works/qrencode/$TARBALL"
    1.17 +WEB_SITE="https://fukuchi.org/works/qrencode/"
    1.18 +
    1.19 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.20 +WGET_URL="https://fukuchi.org/works/qrencode/$TARBALL"
    1.21  
    1.22  BUILD_DEPENDS="libpng-dev"
    1.23  SPLIT="qrencode-dev"
    1.24 @@ -16,12 +17,7 @@
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	cd $src
    1.29 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.30 -	--mandir=/usr/share/man \
    1.31 -	$CONFIGURE_ARGS &&
    1.32 -	make &&
    1.33 -	make DESTDIR=$DESTDIR install
    1.34 +	./configure $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install
    1.35  }
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.