wok-current rev 22501
updated aspell-pl (6.0_20061121-0 -> 6.0_20191230-0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jan 01 09:49:31 2020 +0100 (2020-01-01) |
parents | be83dfad13f3 |
children | 7585bf9ada8c |
files | aspell-pl/receipt |
line diff
1.1 --- a/aspell-pl/receipt Wed Jan 01 09:45:35 2020 +0100 1.2 +++ b/aspell-pl/receipt Wed Jan 01 09:49:31 2020 +0100 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="aspell-pl" 1.7 -VERSION="6.0_20061121-0" 1.8 +VERSION="6.0_20191230-0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Polish aspell dictionary." 1.11 MAINTAINER="paul@slitaz.org" 1.12 LICENSE="GPL LGPL CC-SA" 1.13 -SOURCE="aspell6-pl" 1.14 +WEB_SITE="http://aspell.net/" 1.15 + 1.16 +SOURCE="sjp-aspell6-pl" 1.17 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.18 -WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 1.19 -WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/pl/$TARBALL" 1.20 +WGET_URL="https://sjp.pl/slownik/ort/$TARBALL" 1.21 1.22 DEPENDS="aspell" 1.23 BUILD_DEPENDS="aspell aspell-dev" 1.24 @@ -17,15 +18,14 @@ 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 - cd $src 1.29 - ./configure && \ 1.30 - make && make DESTDIR=$DESTDIR install 1.31 + ./configure && 1.32 + make && 1.33 + make DESTDIR=$DESTDIR install 1.34 } 1.35 1.36 # Rules to gen a SliTaz package suitable for Tazpkg. 1.37 genpkg_rules() 1.38 { 1.39 mkdir -p $fs/usr 1.40 - cp -a $install/usr/lib $fs/usr 1.41 + cp -a $install/usr/lib $fs/usr 1.42 } 1.43 -