wok-next diff libidn2/receipt @ rev 20690

add missing SHA256sums
author Erkan Yilmaz <erkan@slitaz.org>
date Mon May 21 19:36:47 2018 +0000 (2018-05-21)
parents 25deb7c6df08
children 91196fd023de
line diff
     1.1 --- a/libidn2/receipt	Sat Apr 14 03:34:33 2018 +0300
     1.2 +++ b/libidn2/receipt	Mon May 21 19:36:47 2018 +0000
     1.3 @@ -1,21 +1,24 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="libidn2"
     1.7 -VERSION="2.0.0"
     1.8 +VERSION="2.0.4"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Encode and decode internationalized domain names"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12  LICENSE="GPL3 LGPL2.1"
    1.13  WEB_SITE="https://www.gnu.org/software/libidn/"
    1.14 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libidn2.html"
    1.15  
    1.16 -TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17 -WGET_URL="https://alpha.gnu.org/gnu/libidn/$TARBALL"
    1.18 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.19 +WGET_URL="$GNU_MIRROR/libidn/$TARBALL"
    1.20  
    1.21  BUILD_DEPENDS="gtk-doc gettext"
    1.22  SPLIT="libidn2-dev"
    1.23  
    1.24  compile_rules() {
    1.25 -	./configure $CONFIGURE_ARGS &&
    1.26 +	./configure \
    1.27 +		--disable-static \
    1.28 +		$CONFIGURE_ARGS &&
    1.29  	fix libtool &&
    1.30  	make &&
    1.31  	make install