wok-next diff aspell-dicts/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 | 7b8e000b629f |
children |
line diff
1.1 --- a/aspell-dicts/receipt Tue Nov 27 02:24:27 2018 +0200 1.2 +++ b/aspell-dicts/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -1,14 +1,13 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="aspell-dicts" 1.7 -VERSION="0.60.6.1" 1.8 +VERSION="0.60.8" 1.9 CATEGORY="meta" 1.10 SHORT_DESC="Aspell dictionary" 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="https://ftp.gnu.org/gnu/aspell/dict/0index.html" 1.14 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/aspell.html" 1.15 -HOST_ARCH="any" 1.16 1.17 TARBALL="$PACKAGE-$VERSION.html" 1.18 WGET_URL="https://ftp.gnu.org/gnu/aspell/dict/0index.html" 1.19 @@ -39,7 +38,10 @@ 1.20 aspell-tr:tr aspell-uk:uk aspell-uz:uz aspell-vi:vi \ 1.21 aspell-wa:wa aspell-yi:yi aspell-zu:zu" 1.22 1.23 -compile_rules() { 1.24 +HOST_ARCH="any" 1.25 + 1.26 +compile_rules() 1.27 +{ 1.28 case $SET in 1.29 '') 1.30 wget -O- https://ftp.gnu.org/gnu/aspell/dict/0index.html \ 1.31 @@ -66,7 +68,8 @@ 1.32 esac 1.33 } 1.34 1.35 -genpkg_rules() { 1.36 +genpkg_rules() 1.37 +{ 1.38 case $PACKAGE in 1.39 aspell-dicts) ;; 1.40 *)