wok rev 22495

updated aspell (0.60.6.1 -> 0.60.8)
author Hans-G?nter Theisgen
date Tue Dec 31 17:58:15 2019 +0100 (2019-12-31)
parents f42346eb572c
children 14152672ca98
files aspell/receipt
line diff
     1.1 --- a/aspell/receipt	Tue Dec 31 17:25:22 2019 +0100
     1.2 +++ b/aspell/receipt	Tue Dec 31 17:58:15 2019 +0100
     1.3 @@ -1,8 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="aspell"
     1.7 -VERSION="0.60.6.1"
     1.8 +VERSION="0.60.8"
     1.9  CATEGORY="system-tools"
    1.10 +TAGS="spell check"
    1.11  SHORT_DESC="GNU spell checker."
    1.12  MAINTAINER="paul@slitaz.org"
    1.13  LICENSE="LGPL2"
    1.14 @@ -10,11 +11,11 @@
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="ftp://ftp.gnu.org/gnu/aspell/$TARBALL"
    1.18 -TAGS="spell check"
    1.19 -HOST_ARCH="i486 arm"
    1.20  
    1.21  DEPENDS="ncursesw"
    1.22 -BUILD_DEPENDS="ncursesw-dev libtinfo"
    1.23 +BUILD_DEPENDS="libtinfo ncursesw-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 @@ -29,9 +30,11 @@
    1.30  genpkg_rules()
    1.31  {
    1.32  	mkdir -p $fs/usr/lib
    1.33 -	cp -a $install/usr/bin $fs/usr
    1.34 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.35 -	cp -a $install/usr/lib/aspell* $fs/usr/lib
    1.36 +
    1.37 +	cp -a $install/usr/bin		$fs/usr
    1.38 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.39 +	cp -a $install/usr/lib/aspell*	$fs/usr/lib
    1.40 +
    1.41  	# Remove unneeded files
    1.42 -	rm -f $fs/usr/lib/aspell*/*.*a
    1.43 +	rm -f				$fs/usr/lib/aspell*/*.*a
    1.44  }