wok diff aspell-pt_BR/receipt @ rev 22595

updated childsplay (3.3 -> 3.4)
author Hans-G?nter Theisgen
date Tue Jan 07 17:19:08 2020 +0100 (2020-01-07)
parents 128aae84d74c
children 095836df71b7
line diff
     1.1 --- a/aspell-pt_BR/receipt	Thu Apr 03 22:56:54 2014 +0200
     1.2 +++ b/aspell-pt_BR/receipt	Tue Jan 07 17:19:08 2020 +0100
     1.3 @@ -1,30 +1,33 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="aspell-pt_BR"
     1.7 -VERSION="20080707-0"
     1.8 +VERSION="20131030.12.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Brazilian aspell dictionary."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12  LICENSE="LGPL2.1"
    1.13 +WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
    1.14 +
    1.15  SOURCE="aspell6-pt_BR"
    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_BR/$TARBALL"
    1.20 -HOST_ARCH="i486 arm"
    1.21  
    1.22  DEPENDS="aspell"
    1.23  BUILD_DEPENDS="aspell-dev"
    1.24  
    1.25 +HOST_ARCH="i486 arm"
    1.26 +
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30  	./configure &&
    1.31 -	make && make install
    1.32 +	make &&
    1.33 +	make 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/lib
    1.40 -	cp -a $install/usr/lib/* $fs/usr/lib
    1.41 +	cp -a $install/usr/lib/*	$fs/usr/lib
    1.42  }