wok view claws-mail-spam_report/receipt @ rev 21746

updated qrencode and qrencode-dev again (3.1.1 -> 4.0.2)
author Hans-G?nter Theisgen
date Fri Jun 14 16:14:44 2019 +0100 (2019-06-14)
parents 2b9f96603415
children 75ca9eeaad71
line source
1 # SliTaz package receipt.
3 PACKAGE="claws-mail-spam_report"
4 VERSION="3.9.3"
5 CATEGORY="network"
6 SHORT_DESC="Reports spam to various places"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.claws-mail.org"
10 WANTED="claws-mail"
12 DEPENDS="claws-mail libcurl"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib/claws-mail/plugins
19 cp -a $install/usr/lib/claws-mail/plugins/spamreport.so \
20 $fs/usr/lib/claws-mail/plugins
21 }