wok-next diff hunspell/receipt @ rev 20811

blazekiss: up (20170630); add icons
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 13 16:49:32 2018 +0300 (2018-06-13)
parents 9278a60d6895
children 315a1dc02606
line diff
     1.1 --- a/hunspell/receipt	Mon Jun 05 16:48:55 2017 +0300
     1.2 +++ b/hunspell/receipt	Wed Jun 13 16:49:32 2018 +0300
     1.3 @@ -14,22 +14,19 @@
     1.4  BUILD_DEPENDS="automake libtool gettext"
     1.5  SPLIT="hunspell-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	autoreconf -vfi &&
    1.12  	rm $src/po/stamp-po &&
    1.13  
    1.14  	./configure $CONFIGURE_ARGS &&
    1.15 +	fix libtool &&
    1.16  	make &&
    1.17  	make -j1 DESTDIR=$DESTDIR install
    1.18  }
    1.19  
    1.20 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.21 -genpkg_rules()
    1.22 -{
    1.23 +genpkg_rules() {
    1.24  	case $PACKAGE in
    1.25 -		hunspell) copy @std ;;
    1.26 -		hunspell-dev) copy @dev ;;
    1.27 +		hunspell) copy @std;;
    1.28 +		*-dev)    copy @dev;;
    1.29  	esac
    1.30  }