wok-next diff aspell/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 82b613cfd1e0
children
line diff
     1.1 --- a/aspell/receipt	Fri Jan 04 17:29:48 2019 +0200
     1.2 +++ b/aspell/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -1,8 +1,9 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="aspell"
     1.7 -VERSION="0.60.6.1"
     1.8 +VERSION="0.60.8"
     1.9  CATEGORY="system-tools"
    1.10 +TAGS_std="spell check"
    1.11  SHORT_DESC="GNU spell checker"
    1.12  MAINTAINER="paul@slitaz.org"
    1.13  LICENSE="LGPL2"
    1.14 @@ -11,18 +12,18 @@
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="$GNU_MIRROR/aspell/$TARBALL"
    1.18 -TARBALL_SHA1="ff1190db8de279f950c242c6f4c5d5cdc2cbdc49"
    1.19 +# 0.60.6.1 TARBALL_SHA1="ff1190db8de279f950c242c6f4c5d5cdc2cbdc49"
    1.20  
    1.21 -BUILD_DEPENDS="perl gettext-dev ncurses-dev"
    1.22 +BUILD_DEPENDS="gettext-dev ncurses-dev perl"
    1.23  SPLIT="$PACKAGE-dev"
    1.24  
    1.25  DEPENDS_std="ncurses"
    1.26 -TAGS_std="spell check"
    1.27  
    1.28 -compile_rules() {
    1.29 -	# fix some problems identified by gcc7:
    1.30 -	sed -i '/ top.do_check ==/s/top.do_check/*&/' modules/filter/tex.cpp
    1.31 -	sed -i '/word ==/s/word/*&/'                  prog/check_funs.cpp
    1.32 +compile_rules()
    1.33 +{
    1.34 +	# 0.60.6.1 fix some problems identified by gcc7:
    1.35 +#	sed -i '/ top.do_check ==/s/top.do_check/*&/' modules/filter/tex.cpp
    1.36 +#	sed -i '/word ==/s/word/*&/'                  prog/check_funs.cpp
    1.37  
    1.38  	./configure $CONFIGURE_ARGS &&
    1.39  	fix libtool &&