wok-next diff aspell/receipt @ rev 21449

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
parents d5aab818505e
children 2c6a7cefc256
line diff
     1.1 --- a/aspell/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/aspell/receipt	Thu May 07 07:51:56 2020 +0100
     1.3 @@ -11,10 +11,14 @@
     1.4  
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WGET_URL="$GNU_MIRROR/aspell/$TARBALL"
     1.7 +TARBALL_SHA1="ff1190db8de279f950c242c6f4c5d5cdc2cbdc49"
     1.8  
     1.9  BUILD_DEPENDS="perl gettext-dev ncurses-dev"
    1.10  SPLIT="$PACKAGE-dev"
    1.11  
    1.12 +DEPENDS_std="ncurses"
    1.13 +TAGS_std="spell check"
    1.14 +
    1.15  compile_rules() {
    1.16  	# fix some problems identified by gcc7:
    1.17  	sed -i '/ top.do_check ==/s/top.do_check/*&/' modules/filter/tex.cpp
    1.18 @@ -29,16 +33,3 @@
    1.19  
    1.20  	cook_pick_docs manual/aspell.html/ manual/aspell-dev.html/
    1.21  }
    1.22 -
    1.23 -genpkg_rules() {
    1.24 -	case $PACKAGE in
    1.25 -		aspell)
    1.26 -			copy @std
    1.27 -			DEPENDS="ncurses"
    1.28 -			TAGS="spell check"
    1.29 -			;;
    1.30 -		*-dev)
    1.31 -			copy @dev
    1.32 -			;;
    1.33 -	esac
    1.34 -}