wok diff aspell-pt_PT/receipt @ rev 23514
updated python-nose (0.11.3 -> 1.3.7)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 10:58:44 2020 +0100 (2020-04-06) |
parents | 191b99ca9dc2 |
children | 095836df71b7 |
line diff
1.1 --- a/aspell-pt_PT/receipt Wed Oct 02 10:41:05 2013 +0000 1.2 +++ b/aspell-pt_PT/receipt Mon Apr 06 10:58:44 2020 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="aspell-pt_PT" 1.7 -VERSION="20070510-0" 1.8 +VERSION="20190329.1.0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Portuguese aspell dictionary." 1.11 MAINTAINER="paul@slitaz.org" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 1.14 + 1.15 SOURCE="aspell6-pt_PT" 1.16 -TARBALL="$SOURCE-$VERSION.tar.bz2" 1.17 -WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html" 1.18 +TARBALL="$SOURCE-${VERSION//./-}.tar.bz2" 1.19 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/pt_PT/$TARBALL" 1.20 1.21 DEPENDS="aspell" 1.22 @@ -17,14 +18,14 @@ 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 { 1.26 - cd $src 1.27 - ./configure && \ 1.28 - make && make DESTDIR=$DESTDIR install 1.29 + ./configure && 1.30 + make && 1.31 + make DESTDIR=$DESTDIR install 1.32 } 1.33 1.34 # Rules to gen a SliTaz package suitable for Tazpkg. 1.35 genpkg_rules() 1.36 { 1.37 mkdir -p $fs/usr/lib 1.38 - cp -a $install/usr/lib/* $fs/usr/lib 1.39 + cp -a $install/usr/lib/* $fs/usr/lib 1.40 }