wok diff aspell-dev/receipt @ rev 23833
updated picard (1.4.0.5 -> 2.3.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 01 07:18:17 2020 +0100 (2020-06-01) |
parents | 8685ee90f6aa |
children |
line diff
1.1 --- a/aspell-dev/receipt Fri Feb 15 11:29:31 2019 +0100 1.2 +++ b/aspell-dev/receipt Mon Jun 01 07:18:17 2020 +0100 1.3 @@ -1,13 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="aspell-dev" 1.7 -VERSION="0.60.6.1" 1.8 +VERSION="0.60.8" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="GNU spell checker devel files." 1.11 +SHORT_DESC="GNU spell checker - development files." 1.12 MAINTAINER="paul@slitaz.org" 1.13 LICENSE="LGPL2" 1.14 WEB_SITE="http://aspell.net/" 1.15 + 1.16 WANTED="aspell" 1.17 + 1.18 HOST_ARCH="i486 arm" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 @@ -15,7 +17,8 @@ 1.22 { 1.23 # Hard coded 1.24 mkdir -p $fs/usr/lib/aspell-0.60 1.25 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.26 - cp -a $install/usr/include $fs/usr 1.27 - cp -a $install/usr/lib/aspell*/*.*a $fs/usr/lib/aspell-0.60 1.28 + 1.29 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.30 + cp -a $install/usr/include $fs/usr 1.31 + cp -a $install/usr/lib/aspell*/*.*a $fs/usr/lib/aspell-0.60 1.32 }