wok-next rev 21625

updated enchant (2.2.3 -> 2.2.8)
author Hans-G?nter Theisgen
date Thu Jun 25 15:44:57 2020 +0100 (2020-06-25)
parents 91dfc1d4529c
children f75c2b54c349
files enchant/receipt
line diff
     1.1 --- a/enchant/receipt	Thu Jun 25 15:31:09 2020 +0100
     1.2 +++ b/enchant/receipt	Thu Jun 25 15:44:57 2020 +0100
     1.3 @@ -1,19 +1,19 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="enchant"
     1.7 -VERSION="2.2.3"
     1.8 +VERSION="2.2.8"
     1.9  CATEGORY="text"
    1.10  SHORT_DESC="Enchant spell checking library"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="LGPL2.1"
    1.14  WEB_SITE="https://abiword.github.io/enchant/"
    1.15  LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/enchant.html"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18  WGET_URL="https://github.com/AbiWord/enchant/releases/download/v$VERSION/$TARBALL"
    1.19 -TARBALL_SHA1="181d5563d282af0f30c7ab68c5d432271b6fd11e"
    1.20 +# 2.2.3 TARBALL_SHA1="181d5563d282af0f30c7ab68c5d432271b6fd11e"
    1.21  
    1.22 -BUILD_DEPENDS="glib-dev hunspell-dev aspell-dev"
    1.23 +BUILD_DEPENDS="aspell-dev glib-dev hunspell-dev"
    1.24  SPLIT="$PACKAGE-aspell $PACKAGE-hunspell $PACKAGE-dev $PACKAGE"
    1.25  
    1.26  COPY_aspell="enchant_aspell.so"
    1.27 @@ -31,9 +31,10 @@
    1.28  SUGGESTED_std="aspell"
    1.29  TAGS_std="spell check"
    1.30  
    1.31 -compile_rules() {
    1.32 -	./configure \
    1.33 -		--disable-static \
    1.34 +compile_rules()
    1.35 +{
    1.36 +	./configure			\
    1.37 +		--disable-static	\
    1.38  		$CONFIGURE_ARGS &&
    1.39  	fix libtool &&
    1.40  	make &&