wok diff aspell-en/receipt @ rev 23709

updated twisted (19.7.0 -> 20.3.0)
author Hans-G?nter Theisgen
date Tue Apr 28 17:04:13 2020 +0100 (2020-04-28)
parents 128aae84d74c
children 095836df71b7
line diff
     1.1 --- a/aspell-en/receipt	Thu Apr 03 22:56:54 2014 +0200
     1.2 +++ b/aspell-en/receipt	Tue Apr 28 17:04:13 2020 +0100
     1.3 @@ -1,30 +1,33 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="aspell-en"
     1.7 -VERSION="7.1-0"
     1.8 +VERSION="2019.10.06.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="English aspell dictionary."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12  LICENSE="PublicDomain"
    1.13 +WEB_SITE="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html"
    1.14 +
    1.15  SOURCE="aspell6-en"
    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%.*}-${VERSION##*.}.tar.bz2"
    1.19  WGET_URL="ftp://ftp.gnu.org/gnu/aspell/dict/en/$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  }