wok diff aspell-pt_BR/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents 191b99ca9dc2
children 7585bf9ada8c
line diff
     1.1 --- a/aspell-pt_BR/receipt	Wed Oct 02 10:41:05 2013 +0000
     1.2 +++ b/aspell-pt_BR/receipt	Tue Oct 22 12:55:54 2019 +0300
     1.3 @@ -10,16 +10,16 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.5  WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
     1.6  WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="aspell"
    1.10 -BUILD_DEPENDS="aspell aspell-dev"
    1.11 +BUILD_DEPENDS="aspell-dev"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17 -	./configure && \
    1.18 -	make && make DESTDIR=$DESTDIR install
    1.19 +	./configure &&
    1.20 +	make && make install
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.