wok diff gtkspell3-dev/receipt @ rev 23141

updated logrotate (3.15.0 -> 3.16.0)
author Hans-G?nter Theisgen
date Sun Mar 15 07:40:05 2020 +0100 (2020-03-15)
parents fc9203de5ff2
children e913bffbfca8
line diff
     1.1 --- a/gtkspell3-dev/receipt	Tue Feb 21 15:50:51 2017 +0100
     1.2 +++ b/gtkspell3-dev/receipt	Sun Mar 15 07:40:05 2020 +0100
     1.3 @@ -3,20 +3,22 @@
     1.4  PACKAGE="gtkspell3-dev"
     1.5  VERSION="3.0.8"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="On-the-fly spell checking for GtkTextView widgets, development files"
     1.8 +SHORT_DESC="On-the-fly spell checking for GtkTextView widgets, development files."
     1.9  MAINTAINER="al.bobylev@gmail.com"
    1.10  LICENSE="GPL2"
    1.11  WEB_SITE="http://gtkspell.sourceforge.net/"
    1.12 +
    1.13 +DEPENDS="enchant-dev glib-dev gtk+3-dev gtkspell3 pkg-config"
    1.14 +WANTED="gtkspell3"
    1.15 +
    1.16  HOST_ARCH="i486 arm"
    1.17  
    1.18 -WANTED="gtkspell3"
    1.19 -DEPENDS="gtkspell3 pkg-config glib-dev gtk+3-dev enchant-dev"
    1.20 -
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib
    1.25 -	cp -a $install/usr/include $fs/usr
    1.26 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.27 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.28 +
    1.29 +	cp -a $install/usr/include		$fs/usr
    1.30 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.31 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.32  }