wok diff gtkspell-dev/receipt @ rev 23887
glibc: fix for binutils 2.29 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 17 11:18:27 2020 +0000 (2020-07-17) |
parents | 128aae84d74c |
children | b0069c845544 |
line diff
1.1 --- a/gtkspell-dev/receipt Thu Apr 03 22:56:54 2014 +0200 1.2 +++ b/gtkspell-dev/receipt Fri Jul 17 11:18:27 2020 +0000 1.3 @@ -3,21 +3,22 @@ 1.4 PACKAGE="gtkspell-dev" 1.5 VERSION="2.0.16" 1.6 CATEGORY="development" 1.7 -SHORT_DESC="provides highlighting and replacement of misspelled words" 1.8 +SHORT_DESC="Provides highlighting and replacement of misspelled words." 1.9 MAINTAINER="allan316@gmail.com" 1.10 LICENSE="GPL2" 1.11 WEB_SITE="http://gtkspell.sourceforge.net" 1.12 -WANTED="gtkspell" 1.13 -HOST_ARCH="i486 arm" 1.14 1.15 DEPENDS="enchant-dev gtk+-dev gtkspell pkg-config" 1.16 +WANTED="gtkspell" 1.17 + 1.18 +HOST_ARCH="i486 arm" 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $install/usr/include $fs/usr 1.25 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.26 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.27 + 1.28 + cp -a $install/usr/include $fs/usr 1.29 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.30 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.31 } 1.32 -