wok diff gtkspell-dev/receipt @ rev 23943

Up cryptsetup-dev (2.3.4), lzham_codec (1_0_stable1), slitaz-boot-scripts (466), tazlito (527)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 17 10:31:38 2020 +0000 (2020-09-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	Thu Sep 17 10:31:38 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 -