wok-next diff libidn2/receipt @ rev 20555

Fix "DSO missing..." error: loqui, xfprint, notification-daemon-gtk2, xfmedia, evince, celestia(?)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 06 17:43:57 2018 +0300 (2018-04-06)
parents 8f554bc45cec
children 25deb7c6df08
line diff
     1.1 --- a/libidn2/receipt	Sat Aug 05 13:41:40 2017 +0300
     1.2 +++ b/libidn2/receipt	Fri Apr 06 17:43:57 2018 +0300
     1.3 @@ -14,15 +14,11 @@
     1.4  BUILD_DEPENDS="gtk-doc gettext"
     1.5  SPLIT="libidn2-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	./configure $CONFIGURE_ARGS && make && make install
    1.12  }
    1.13  
    1.14 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 -genpkg_rules()
    1.16 -{
    1.17 +genpkg_rules() {
    1.18  	case $PACKAGE in
    1.19  		libidn2) copy @std;;
    1.20  		*-dev)   copy @dev;;