wok view claws-mail-plugins/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
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-plugins"
4 VERSION="3.9.3"
5 CATEGORY="network"
6 SHORT_DESC="Standart plugins for claws-mail."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 DEPENDS="claws-mail bogofilter xorg-libXdamage gcc-lib-base"
10 WEB_SITE="https://www.claws-mail.org/index.php"
11 WANTED="claws-mail"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib/$WANTED/plugins
18 cp -a $install/usr/lib/$WANTED/plugins/bogofilter.so $fs/usr/lib/$WANTED/plugins/
19 cp -a $install/usr/lib/$WANTED/plugins/pgpcore.so $fs/usr/lib/$WANTED/plugins/
20 cp -a $install/usr/lib/$WANTED/plugins/pgpinline.so $fs/usr/lib/$WANTED/plugins/
21 cp -a $install/usr/lib/$WANTED/plugins/pgpmime.so $fs/usr/lib/$WANTED/plugins/
22 cp -a $install/usr/lib/$WANTED/plugins/smime.so $fs/usr/lib/$WANTED/plugins/
23 cp -a $install/usr/lib/$WANTED/plugins/spamassassin.so $fs/usr/lib/$WANTED/plugins/
24 #cp -a $install/usr/lib/$WANTED/plugins/trayicon.so $fs/usr/lib/$WANTED/plugins/
25 }