wok diff claws-mail-rssyl-dev/receipt @ rev 22600

updated most of the claws-mail packages (3.9.3 -> 3.17.4)
author Hans-G?nter Theisgen
date Wed Jan 08 16:17:41 2020 +0100 (2020-01-08)
parents 86790a278e70
children ead22d5c128f
line diff
     1.1 --- a/claws-mail-rssyl-dev/receipt	Tue Aug 07 23:03:21 2018 +0200
     1.2 +++ b/claws-mail-rssyl-dev/receipt	Wed Jan 08 16:17:41 2020 +0100
     1.3 @@ -1,21 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="claws-mail-rssyl-dev"
     1.7 -VERSION="3.9.3"
     1.8 +VERSION="3.14.7"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="RSS feed aggregator for Claws Mail dev files."
    1.11 +SHORT_DESC="RSS feed aggregator for Claws Mail - development files."
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="https://www.claws-mail.org/plugin.php?plugin=rssyl"
    1.15 -WANTED="claws-mail"
    1.16  
    1.17  DEPENDS="claws-mail curl libxml2"
    1.18 +WANTED="claws-mail"
    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/claws-mail/plugins
    1.24 -		
    1.25 -	cp -a $install/usr/lib/claws-mail/plugins/rssyl.*a* $fs/usr/lib/claws-mail/plugins/
    1.26 +	cp -a $install/usr/lib/claws-mail/plugins/rssyl.*a* \
    1.27 +		$fs/usr/lib/claws-mail/plugins/
    1.28  }
    1.29 -