wok-next rev 21137

Up libidn2 (2.1.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 02:07:21 2019 +0200 (2019-01-24)
parents 994f7b97ebea
children 56baa9155bcd
files libidn2/receipt
line diff
     1.1 --- a/libidn2/receipt	Wed Jan 23 22:02:31 2019 +0200
     1.2 +++ b/libidn2/receipt	Thu Jan 24 02:07:21 2019 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="libidn2"
     1.7 -VERSION="2.0.5"
     1.8 +VERSION="2.1.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Encode and decode internationalized domain names"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -11,10 +11,17 @@
    1.13  
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WGET_URL="$GNU_MIRROR/libidn/$TARBALL"
    1.16 +TARBALL_SHA1="dffdab4dd69ad39f6a65cebc464c2603a136f074"
    1.17  
    1.18  BUILD_DEPENDS="gtk-doc gettext-dev glib-dev git libunistring-dev"
    1.19  SPLIT="$PACKAGE-dev"
    1.20  
    1.21 +COPY_std="idn2 *.so.*"
    1.22 +COPY_dev="@dev *.so"
    1.23 +
    1.24 +DEPENDS_std="libunistring"
    1.25 +DEPENDS_dev="$PACKAGE libunistring-dev"
    1.26 +
    1.27  compile_rules() {
    1.28  	./configure \
    1.29  		--disable-static \
    1.30 @@ -23,16 +30,3 @@
    1.31  	make &&
    1.32  	make install
    1.33  }
    1.34 -
    1.35 -genpkg_rules() {
    1.36 -	case $PACKAGE in
    1.37 -		libidn2)
    1.38 -			copy @std
    1.39 -			DEPENDS="libunistring"
    1.40 -			;;
    1.41 -		*-dev)
    1.42 -			copy @dev
    1.43 -			DEPENDS="libidn2 libunistring-dev"
    1.44 -			;;
    1.45 -	esac
    1.46 -}