wok-next diff libidn2/receipt @ rev 20459

Combine receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 02 13:45:43 2018 +0200 (2018-03-02)
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 Mar 02 13:45:43 2018 +0200
     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;;