wok rev 25537

Up aspell-pl (6.0_20230301-0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 02 15:43:53 2023 +0000 (14 months ago)
parents 51faf25c8816
children 97c4873c98fa
files antiword/receipt aspell-pl/receipt
line diff
     1.1 --- a/antiword/receipt	Thu Mar 02 09:51:23 2023 +0100
     1.2 +++ b/antiword/receipt	Thu Mar 02 15:43:53 2023 +0000
     1.3 @@ -7,21 +7,20 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  LICENSE="GPL"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -WEB_SITE="http://www.winfield.demon.nl/"
     1.8 -WGET_URL="${WEB_SITE}linux/$TARBALL"
     1.9 +WEB_SITE="https://web.archive.org/web/20221207132720/http://www.winfield.demon.nl/"
    1.10 +WGET_URL="https://web.archive.org/web/20221117105329if_/http://www.winfield.demon.nl/linux/$TARBALL"
    1.11  TAGS="word reader convert"
    1.12  
    1.13  # What is the latest version available today?
    1.14  current_version()
    1.15  {
    1.16 -	wget -O - $WEB_SITE 2>/dev/null | \
    1.17 +	wget -O - http://www.winfield.demon.nl/ 2>/dev/null | \
    1.18  	sed "/linux\/$PACKAGE/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|"
    1.19  }
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	cd $src
    1.25  	make &&
    1.26  	make DESTDIR=$DESTDIR global_install
    1.27  }
    1.28 @@ -33,4 +32,3 @@
    1.29  	cp -a $install/usr/share $fs/usr
    1.30  	cp -a $install/usr/local/bin/antiword $fs/usr/bin
    1.31  }
    1.32 -
     2.1 --- a/aspell-pl/receipt	Thu Mar 02 09:51:23 2023 +0100
     2.2 +++ b/aspell-pl/receipt	Thu Mar 02 15:43:53 2023 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="aspell-pl"
     2.7 -VERSION="6.0_20230101-0"
     2.8 +VERSION="6.0_20230301-0"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Polish aspell dictionary."
    2.11  MAINTAINER="paul@slitaz.org"
    2.12 @@ -10,7 +10,7 @@
    2.13  
    2.14  SOURCE="sjp-aspell6-pl"
    2.15  TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.16 -WGET_URL="https://sjp.pl/sl/ort/$TARBALL"
    2.17 +WGET_URL="https://web.archive.org/web/20230301175948/https://sjp.pl/sl/ort/$TARBALL"
    2.18  
    2.19  DEPENDS="aspell"
    2.20  BUILD_DEPENDS="aspell aspell-dev"
    2.21 @@ -18,7 +18,7 @@
    2.22  # What is the latest version available today?
    2.23  current_version()
    2.24  {
    2.25 -	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    2.26 +	wget -O - https://sjp.pl/sl/ort/ 2>/dev/null | \
    2.27  	sed "/$SOURCE/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|;q" 
    2.28  }
    2.29