wok annotate claws-mail-rssyl/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents 95f0c340fe01
children 75ca9eeaad71
rev   line source
erjo@13454 1 # SliTaz package receipt.
erjo@13454 2
erjo@13454 3 PACKAGE="claws-mail-rssyl"
erjo@15705 4 VERSION="3.9.3"
erjo@13454 5 CATEGORY="network"
erjo@13454 6 SHORT_DESC="RSS feed aggregator for Claws Mail."
erjo@13454 7 MAINTAINER="erjo@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
pascal@20421 9 WEB_SITE="https://www.claws-mail.org/plugin.php?plugin=rssyl"
erjo@15705 10 WANTED="claws-mail"
erjo@15705 11
erjo@15705 12 SUGGESTED="claws-mail-fancy"
erjo@13454 13 TAGS="rss newsfeed"
erjo@13454 14
pascal@15002 15 DEPENDS="claws-mail curl libxml2 expat gtk+ xorg-libX11 xorg-libXau \
pascal@15002 16 xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \
pascal@15002 17 xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage"
pascal@15002 18
erjo@13454 19
erjo@13454 20 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13454 21 genpkg_rules()
erjo@13454 22 {
erjo@13454 23 mkdir -p $fs/usr/lib/claws-mail/plugins \
erjo@13454 24 $fs/usr/share/locale
erjo@13454 25
erjo@15705 26 cp -a $install/usr/lib/claws-mail/plugins/${PACKAGE:11}.so $fs/usr/lib/claws-mail/plugins/
erjo@13454 27 cp -a $install/usr/share/locale/fr $fs/usr/share/locale
erjo@13454 28 }
erjo@13454 29